Allow trailing comma in arrays if dropped null placeholders are not allowed

This commit is contained in:
Jacob Bundgaard
2019-10-17 16:03:31 +02:00
committed by Christopher Dunn
parent 01db7b7430
commit 554d961625
4 changed files with 19 additions and 14 deletions

View File

@@ -0,0 +1 @@
[1,,]

View File

@@ -0,0 +1,2 @@
.=[]
.[0]=1

View File

@@ -0,0 +1 @@
[1,]