summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/definition/bug.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua
index fbc2b6a8..819f051d 100644
--- a/test/definition/bug.lua
+++ b/test/definition/bug.lua
@@ -242,3 +242,11 @@ end
local <?<!s!>?> = ''
]]
+
+-- TODO: bug
+--TEST [[
+--local t, a
+--local <!v!> = t[a]
+--
+--t[a] = <?v?>
+--]]