about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_dot_notation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_dot_notation.txt')
-rw-r--r--js/scripting-lang/scratch_tests/test_dot_notation.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/scripting-lang/scratch_tests/test_dot_notation.txt b/js/scripting-lang/scratch_tests/test_dot_notation.txt
deleted file mode 100644
index 47f7b65..0000000
--- a/js/scripting-lang/scratch_tests/test_dot_notation.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Test dot notation parsing */
-
-/* Basic table creation */
-numbers : {1, 2, 3};
-
-/* Test simple dot access */
-t_access : t.map;
-
-/* Output results */
-..out "=== DOT NOTATION TEST ===";
-..out "t.map access:";
-..out t_access; 
\ No newline at end of file