Move BASIC fixtures into the editable language corpus #42
Reference in New Issue
Block a user
Delete Branch "40"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #40.
Move every BASIC program and expectation from tests/reference into tests/language, including the worked examples. Register one editable corpus in CMake, remove the immutable-corpus protections from maintenance and documentation, and update all paths.
Validation: cmake --build build-40 --parallel 2; ctest --test-dir build-40 --output-on-failure (112/112 passed).