1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Add a fixed crasher

This commit is contained in:
Matt Diephouse 2016-02-17 17:18:52 -05:00
parent 01f401edfb
commit d84ad8ef15
2 changed files with 8 additions and 0 deletions

4
test/crashers/440.A.js Normal file
View File

@ -0,0 +1,4 @@
{
"b": 4,
"a": 5
}

4
test/crashers/440.B.js Normal file
View File

@ -0,0 +1,4 @@
{
"b": 5,
"a": 5
}