diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_and_negative.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_and_negative.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/scripting-lang/scratch_tests/test_and_negative.txt b/js/scripting-lang/scratch_tests/test_and_negative.txt deleted file mode 100644 index 7aafd24..0000000 --- a/js/scripting-lang/scratch_tests/test_and_negative.txt +++ /dev/null @@ -1,6 +0,0 @@ -/* Test and operator with negative numbers */ - -/* Test the problematic expression */ -result1 : (-5 >= 0) and (-5 <= 120); - -..out result1; \ No newline at end of file |