blob: 68c5e65e56f24a695c74b72c711539d8e2db082b [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
raw: true
-- in.cue --
{a: >=0 & <=10, b: "Count: \(a) times"}
-- out/def --
a: >=0 & <=10
b: "Count: \(a) times"
-- out/compile --
--- in.cue
{
{
a: (>=0 & <=10)
b: "Count: \(怈0;a怉) times"
}
}