summaryrefslogtreecommitdiff
path: root/server/test/implementation/table.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/implementation/table.lua')
-rw-r--r--server/test/implementation/table.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/test/implementation/table.lua b/server/test/implementation/table.lua
new file mode 100644
index 00000000..13a3b555
--- /dev/null
+++ b/server/test/implementation/table.lua
@@ -0,0 +1,6 @@
+TEST [[
+local t = {
+ <!x!> = 1,
+}
+t.<?x?> = 1
+]]