Skip to content

Commit a1db0ad

Browse files
committed
cmd/cue: fix up xml+koala testscript to actually test stdin
As can be seen by the stdin line just above, I intended to feed standard input to the `cue export` line, but I messed up a copy-paste. This error wasn't spotted as not reading stdin is not an error. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ib8d54f368c5b877ab96ceb6096ddf6ba9aa94933 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1214304 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
1 parent 17317ca commit a1db0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cue/cmd/testdata/script/encoding_xml_koala.txtar

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cmp stdout export.json
2626
exec cue export xml+koala: export.xml
2727
cmp stdout export.json
2828
stdin export.xml
29-
exec cue export xml+koala: export.xml
29+
exec cue export xml+koala: -
3030
cmp stdout export.json
3131

3232
exec cue import -o - xml+koala: export.xml

0 commit comments

Comments
 (0)