tests/pass/t.lua

changeset 57
3e148db7f933
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/pass/t.lua	Tue Oct 26 10:43:56 2010 +0100
@@ -0,0 +1,4 @@
+local a = { two = "two" };
+a.one = "one"
+local b = "one";
+print(a[b], a.two)

mercurial