diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_debug_table.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_debug_table.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/scripting-lang/scratch_tests/test_debug_table.txt b/js/scripting-lang/scratch_tests/test_debug_table.txt deleted file mode 100644 index 4306a4c..0000000 --- a/js/scripting-lang/scratch_tests/test_debug_table.txt +++ /dev/null @@ -1,11 +0,0 @@ -/* Debug table function parsing */ - -// Test with debug output -table : { - func: x -> x, - value: 42 -}; - -// Just try to access the value first -..out "=== DEBUG TABLE ==="; -..out table.value; \ No newline at end of file |