Fixed comment after value in object value signaled by Frederic Surleau.

This commit is contained in:
Baptiste Lepilleur
2009-11-18 22:25:34 +00:00
parent 8868147835
commit f179a180bd
4 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
.={}
.test=[]
.test[0]={}
.test[0].a="aaa"
.test[1]={}
.test[1].b="bbb"
.test[2]={}
.test[2].c="ccc"