Sign in
cue
/
cue
/
refs/tags/v0.4.0-rc.1
/
.
/
cue
/
parser
/
corpus
/
+commas.cue
blob: 29ef356f8d17a0356c7e34e110caa8cdc6497860 [
file
] [
log
] [
blame
]
package
foo
import
"path/to/pkg"
import
name
"path/to/pkg"
import
.
"path/to/pkg"
import
/* ERROR "expected 'STRING', found newline" */
import
err
/* ERROR "expected 'STRING', found newline" */
foo
:
[
0
// legal JSON
]
bar
:
[
0
,
1
,
2
,
3
]