about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_and_simple.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_and_simple.txt')
-rw-r--r--js/scripting-lang/scratch_tests/test_and_simple.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/scripting-lang/scratch_tests/test_and_simple.txt b/js/scripting-lang/scratch_tests/test_and_simple.txt
deleted file mode 100644
index c68d4c5..0000000
--- a/js/scripting-lang/scratch_tests/test_and_simple.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Test very simple and expression */
-
-/* Test basic and */
-result1 : 1 and 1;
-result2 : 1 and 0;
-
-..out result1;
-..out result2; 
\ No newline at end of file