1
1
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:
Rob Rix 2016-03-02 12:15:10 -05:00
parent d6a4fb5daa
commit dab1ae79a0
2 changed files with 8 additions and 0 deletions

View File

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

View File

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