1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 09:55:52 +03:00

Expression statement test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:07:15 -07:00
parent 0c7ea1c0b3
commit a672d30f18
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
a
b + c
1, 2, 3
1, 2, 3,

View File

@ -0,0 +1,5 @@
1, 2, 3
b
3, 1, 2,
a + c