Initial commit
This commit is contained in:
3
tests/const_list.elna
Normal file
3
tests/const_list.elna
Normal file
@ -0,0 +1,3 @@
|
||||
const a = 1, b = 2;
|
||||
! + a b
|
||||
.
|
1
tests/expectations/const_list.txt
Normal file
1
tests/expectations/const_list.txt
Normal file
@ -0,0 +1 @@
|
||||
3
|
1
tests/expectations/sum.txt
Normal file
1
tests/expectations/sum.txt
Normal file
@ -0,0 +1 @@
|
||||
8
|
1
tests/expectations/sums.txt
Normal file
1
tests/expectations/sums.txt
Normal file
@ -0,0 +1 @@
|
||||
8
|
2
tests/sum.elna
Normal file
2
tests/sum.elna
Normal file
@ -0,0 +1,2 @@
|
||||
! + 1 7
|
||||
.
|
2
tests/sums.elna
Normal file
2
tests/sums.elna
Normal file
@ -0,0 +1,2 @@
|
||||
! + 1 (+ 3 4)
|
||||
.
|
Reference in New Issue
Block a user