Add test cases with spaces

This commit is contained in:
Amjad Masad 2015-12-01 10:47:25 -08:00
parent 54a2a47030
commit 2efb677822
2 changed files with 6 additions and 2 deletions

View File

@ -3,4 +3,8 @@
1 + +1;
x + ++y;
(a+(+b)*2);
a + + b * 2 * 2 * 2;
a + +b * 2 * 2 * 2;
a - -b;
1 + -b;
1 - --b;
a - -b * 2

View File

@ -1 +1 @@
1*1;1&&1;1+ +1;x+ ++y;a+ +b*2;a+ +b*2*2*2;
1*1;1&&1;1+ +1;x+ ++y;a+ +b*2;a+ +b*2*2*2;a- -b;1+-b;1- --b;a- -b*2;