Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
encoding
/
protobuf
/
textproto
/
testdata
/
encoder
/
simple.txtar
blob: bccaa005e5d51d822c7b77729746fd0e386768a5 [
file
] [
log
] [
blame
]
--
value
.
cue
--
a
:
1
b
:
2
c
:
3.4
d
:
"foo\u1234"
e
:
'\000'
f
:
false
// Doc comment
t
:
true
notConcrete
:
string
--
out
/
encode
--
a
:
1
b
:
2
c
:
3.4
d
:
"fooሴ"
e
:
"\x00"
f
:
false
# Doc comment
t
:
true