cuelang.org/go@v0.13.0/encoding/openapi/testdata/cycle-norefs.txtar (about)

     1  #ExpandReferences
     2  #ExpectError: cycle in reference at #Foo
     3  -- in.cue --
     4  		// Issue #915
     5  #Foo: [string]: #Foo
     6