diff -r d02c7932cbf2 -r 3e148db7f933 tests/pass/t.lua --- /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)