Sign in
cue
/
cue
/
refs/tags/v0.3.0-beta.7
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
issue512.txt
blob: dcbf80b17dba21cea2f46586bdfcf7bae0376c0f [
file
] [
log
] [
blame
]
cue export -o bools.yaml bools.cue
cue import -o bools2.cue bools.yaml
cmp bools.cue bools2.cue
-- bools.cue --
x: [
"n",
"N",
"no",
"No",
"NO",
"y",
"Y",
"yes",
"Yes",
"YES",
"off",
"Off",
"OFF",
"on",
"On",
"ON",
]