Skip to content

Commit

Permalink
cmd/cue/cmd: verify issue 425 is fixed
Browse files Browse the repository at this point in the history
Fixes #425

Change-Id: Ie50a613a72401a0a7c2aad63ed4fa4c2c1a753ac
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7041
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
mpvl committed Sep 12, 2020
1 parent e0c19d1 commit 8776561
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/cue/cmd/testdata/script/issue425.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cue vet list.cue list.json

cmp stdout expect-stdout

-- list.cue --
[]

-- list.json --
[]

-- expect-stdout --

0 comments on commit 8776561

Please sign in to comment.