Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.ldt.lua.tests/tests/bothmodel/input/globaltable/deepmap1.lua')
-rw-r--r--tests/org.eclipse.ldt.lua.tests/tests/bothmodel/input/globaltable/deepmap1.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/org.eclipse.ldt.lua.tests/tests/bothmodel/input/globaltable/deepmap1.lua b/tests/org.eclipse.ldt.lua.tests/tests/bothmodel/input/globaltable/deepmap1.lua
new file mode 100644
index 0000000..84d9272
--- /dev/null
+++ b/tests/org.eclipse.ldt.lua.tests/tests/bothmodel/input/globaltable/deepmap1.lua
@@ -0,0 +1,2 @@
+tablename = { fieldname={} }
+tablename.fieldname.secondfield = 1

Back to the top