Add test cases with spaces
This commit is contained in:
parent
54a2a47030
commit
2efb677822
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user