Move BASIC fixtures into the editable language corpus
All checks were successful
akbasic CI Build / cmake_build (push) Successful in 3m34s
akbasic CI Build / coverage (push) Successful in 4m4s
akbasic CI Build / sanitizers (push) Successful in 6m59s
akbasic CI Build / akgl_build (push) Successful in 7m57s
akbasic CI Build / mutation_test (push) Successful in 23m28s
All checks were successful
akbasic CI Build / cmake_build (push) Successful in 3m34s
akbasic CI Build / coverage (push) Successful in 4m4s
akbasic CI Build / sanitizers (push) Successful in 6m59s
akbasic CI Build / akgl_build (push) Successful in 7m57s
akbasic CI Build / mutation_test (push) Successful in 23m28s
Move every program and expectation out of tests/reference and register the unified tests/language corpus as local cases. Remove the old immutable-corpus protections from build, maintenance, and documentation paths. Co-authored-by: andrew <andrew@aklabs.net>
This commit is contained in:
7
tests/language/arithmetic/float.bas
Normal file
7
tests/language/arithmetic/float.bas
Normal file
@@ -0,0 +1,7 @@
|
||||
10 PRINT 2.0 + 2.0
|
||||
20 PRINT 2.0 * 2.0
|
||||
30 PRINT 4.0 / 2.0
|
||||
40 PRINT 4.0 - 2.0
|
||||
50 PRINT 1.0 / 0.5
|
||||
60 PRINT 12.0 / 4.0
|
||||
70 PRINT 1.20 / 0.4
|
||||
Reference in New Issue
Block a user