Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

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

Change-Id: Idad78066be5987423cecf6f2319a17e8fda15bbf
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7083
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
mpvl committed Sep 15, 2020
1 parent edea6f3 commit faf617c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmd/cue/cmd/testdata/script/issue236.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cue trim

-- in.cue --
package x

#Schema: {
optional: string
}
d: #Schema
d: {
optional: "some"
}

0 comments on commit faf617c

Please sign in to comment.