diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_working_cases.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_working_cases.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/scripting-lang/scratch_tests/test_working_cases.txt b/js/scripting-lang/scratch_tests/test_working_cases.txt deleted file mode 100644 index 80c4b63..0000000 --- a/js/scripting-lang/scratch_tests/test_working_cases.txt +++ /dev/null @@ -1,11 +0,0 @@ -/* Test working precedence cases */ - -test1 : 5 + 3; -test2 : -5; -test3 : 5 * -3; -test4 : (-5) + 3; - -..out test1; -..out test2; -..out test3; -..out test4; \ No newline at end of file |