test coverage
This commit is contained in:
parent
54db58d362
commit
3b95608233
23 changed files with 199 additions and 50 deletions
11
test/add.out
11
test/add.out
|
@ -1,2 +1,11 @@
|
|||
7
|
||||
5+4=9
|
||||
5-4=1
|
||||
5*4=20
|
||||
5/4=1
|
||||
5%4=1
|
||||
5&4=4
|
||||
5|4=5
|
||||
5^4=1
|
||||
5<<4=80
|
||||
5>>4=0
|
||||
0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue