cuelang.org/go@v0.13.0/tools/trim/testdata/2.txtar (about)

     1  TODO: This should get simplified in the same way as 3, but
     2  doesn't. Possible bug in evaluator.
     3  
     4  -- a.cue --
     5  string
     6  "hi"
     7  -- out/trim --
     8  == a.cue
     9  string
    10  "hi"