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