testsuite: add bc and dc tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
10
testsuite/bc_arrays.bc
Normal file
10
testsuite/bc_arrays.bc
Normal file
@@ -0,0 +1,10 @@
|
||||
a[0] = 1
|
||||
a[2-1] = 2
|
||||
|
||||
a[0]+a[0]
|
||||
|
||||
a[2-1]+a[2-1]
|
||||
|
||||
a[5] = 2
|
||||
a[5.789]
|
||||
|
||||
Reference in New Issue
Block a user