[testing] Make testing functional...
authorahmedsamyh <ahmedsamyh10@gmail.com>
Mon, 3 Mar 2025 12:37:11 +0000 (17:37 +0500)
committerahmedsamyh <ahmedsamyh10@gmail.com>
Mon, 3 Mar 2025 12:37:11 +0000 (17:37 +0500)
commit8e99d14952331731ac67d34d6a6d383723b125d4
tree141d900d0edc927e26b04a029907b75ef049f41d
parentba9595b71c9e6bfbe5d329ea17e72f1fd365ffaa
[testing] Make testing functional...

- Can record compilation behaviour.
38 files changed:
test.py [changed mode: 0644->0755]
tests/01-unterminated-string.momo [deleted file]
tests/01-unterminated-string.momo.test [deleted file]
tests/02-string.momo [deleted file]
tests/02-string.momo.test [deleted file]
tests/03-whitespaced-string.momo [deleted file]
tests/03-whitespaced-string.momo.test [deleted file]
tests/04-identifier.momo [deleted file]
tests/04-identifier.momo.test [deleted file]
tests/05-multiple-identifiers.momo [deleted file]
tests/05-multiple-identifiers.momo.test [deleted file]
tests/06-symbols.momo [deleted file]
tests/06-symbols.momo.test [deleted file]
tests/07-numbers.momo [deleted file]
tests/07-numbers.momo.test [deleted file]
tests/08-floating-point-numbers.momo [deleted file]
tests/08-floating-point-numbers.momo.test [deleted file]
tests/identifiers.build.code.expected [new file with mode: 0644]
tests/identifiers.build.err.expected [new file with mode: 0644]
tests/identifiers.build.out.expected [new file with mode: 0644]
tests/identifiers.code.expected [new file with mode: 0644]
tests/identifiers.err.expected [new file with mode: 0644]
tests/identifiers.momo [new file with mode: 0644]
tests/identifiers.out.expected [new file with mode: 0644]
tests/operators.build.code.expected [new file with mode: 0644]
tests/operators.build.err.expected [new file with mode: 0644]
tests/operators.build.out.expected [new file with mode: 0644]
tests/operators.code.expected [new file with mode: 0644]
tests/operators.err.expected [new file with mode: 0644]
tests/operators.momo [new file with mode: 0644]
tests/operators.out.expected [new file with mode: 0644]
tests/strings.build.code.expected [new file with mode: 0644]
tests/strings.build.err.expected [new file with mode: 0644]
tests/strings.build.out.expected [new file with mode: 0644]
tests/strings.code.expected [new file with mode: 0644]
tests/strings.err.expected [new file with mode: 0644]
tests/strings.momo [new file with mode: 0644]
tests/strings.out.expected [new file with mode: 0644]