-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was introduced by https://cue-review.googlesource.com/c/cue/+/5821 back in 2020 when Marcel transitioned from table-driven tests in Go test files to one txtar file per test inside testdata. That transition finished a long time ago, and we have been expanding the testdata txtar files manually to add test cases since. For example, https://cuelang.org/cl/1172010 expanded the CUE input to one of these generated txtar files, and we don't want to lose those by re-generating the files. Moreover, since `go generate ./...` skips over testdata directories and this gen.go program had its own //go:generate directive, we hadn't run this code generator for at least two or three years. Case in point, it doesn't even work at this point. As agreed with Marcel, it's well past the time to remove this generator. Remove the "DO NOT EDIT" warnings too, as they no longer apply: sed -i '/DO NOT EDIT; generated by go run testdata/,+1d' cue/testdata/*/*.txtar Signed-off-by: Daniel Martí <[email protected]> Change-Id: I6673629e57da7608029c2c4a6caef24b259be926 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201347 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
- Loading branch information
Showing
161 changed files
with
0 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: errors | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: regexp | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: arithmetic | ||
#evalPartial | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/basicrewrite/003_integer-specific_arithmetic.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: booleans | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: boolean arithmetic | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: basic type | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: strings and bytes | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: escaping | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: reference | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: lists | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: selecting | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: obj unify | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
|
||
#name: disjunctions | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: types | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: comparison | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: null | ||
#evalPartial | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: self-reference cycles | ||
#evalPartial | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/basicrewrite/019_resolved_self-reference_cycles.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/basicrewrite/020_resolved_self-reference_cycles__Issue_19.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: issue314 | ||
#evalFull | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: pick first | ||
#bug: true | ||
#evalFull | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/choosedefault/001_simple_disambiguation_conflict.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/choosedefault/002_associativity_of_defaults.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: associativity of defaults | ||
#evalFull | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: list comprehension | ||
#evalFull | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/comprehensions/045_comprehension_and_skipped_field.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/cycle/015_reference_across_tuples_and_back.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: reentrance | ||
#evalFull | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/cycle/025_cannot_resolve_references_that_would_be_ambiguous.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/cycle/049_self-reference_cycles_conflicts_with_strings.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/cycle/050_resolved_self-reference_cycles_with_disjunctions.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/cycle/052_resolved_self-reference_cycles_with_disjunction_with_defaults.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: combined definitions | ||
#evalPartial | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/028_recursive_closing_starting_at_non-definition.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/032_definitions_with_embedding.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: Issue #153 | ||
#evalFull | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/036_closing_with_failed_optional.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: optionals in open structs | ||
#evalFull | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/037_closing_with_comprehensions.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/037_conjunction_of_optional_sets.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: conjunction of optional sets | ||
#evalFull | ||
-- in.cue -- | ||
|
2 changes: 0 additions & 2 deletions
2
cue/testdata/definitions/038_continue_recursive_closing_for_optionals.txtar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: augment closed optionals | ||
#evalFull | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
#name: ips | ||
#evalFull | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
"hello" | ||
-- out/def -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
'hello' | ||
-- out/def -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
'hello\nworld' | ||
-- out/def -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
"hello\nworld" | ||
-- out/def -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
{ | ||
$type: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
{a: [ 3 & 4]} | ||
-- out/def -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
import "list" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
-- in.cue -- | ||
import "list" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
-- in.cue -- | ||
{a: {b: []}, c: a.b, d: a["b"]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
-- in.cue -- | ||
{ | ||
a: >=0 & <=10 & !=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
-- in.cue -- | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
eval: true | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
eval: true | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
-- in.cue -- | ||
{a: [1, 2], b: [for k, v in a {v}]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
-- in.cue -- | ||
{a: "", b: len(a)} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
eval: true | ||
-- in.cue -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# DO NOT EDIT; generated by go run testdata/gen.go | ||
# | ||
raw: true | ||
eval: true | ||
noOpt: true | ||
|
Oops, something went wrong.