100% coverage
This commit is contained in:
parent
49ed7c5df5
commit
92f4b4f561
52 changed files with 143 additions and 48 deletions
10
test/operator/inc.out
Normal file
10
test/operator/inc.out
Normal file
|
@ -0,0 +1,10 @@
|
|||
a = 4
|
||||
a++ = 4
|
||||
a = 5
|
||||
++a = 6
|
||||
a = 6
|
||||
a-- = 6
|
||||
a = 5
|
||||
--a = 4
|
||||
a = 4
|
||||
0
|
Loading…
Add table
Add a link
Reference in a new issue