mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
Test that moves crash.
This commit is contained in:
parent
d6a4fb5daa
commit
dab1ae79a0
4
test/crashers-todo/488.A.js
Normal file
4
test/crashers-todo/488.A.js
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
a: 1,
|
||||
b: 1
|
||||
}
|
4
test/crashers-todo/488.B.js
Normal file
4
test/crashers-todo/488.B.js
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
b: 1,
|
||||
a: 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user