...

Text file src/cuelang.org/go/cue/testdata/export/020.txtar

Documentation: cuelang.org/go/cue/testdata/export

     1# DO NOT EDIT; generated by go run testdata/gen.go
     2#
     3raw: true
     4-- in.cue --
     5{a: "", b: len(a)}
     6-- out/def --
     7a: ""
     8b: 0
     9-- out/export --
    10a: ""
    11b: 0
    12-- out/yaml --
    13a: ""
    14b: 0
    15-- out/json --
    16{"a":"","b":0}
    17-- out/eval/stats --
    18Leaks:  0
    19Freed:  3
    20Reused: 1
    21Allocs: 2
    22Retain: 0
    23
    24Unifications: 3
    25Conjuncts:    4
    26Disjuncts:    3
    27-- out/eval --
    28(struct){
    29  a: (string){ "" }
    30  b: (int){ 0 }
    31}
    32-- out/compile --
    33--- in.cue
    34{
    35  {
    36    a: ""
    37    b: len(怈0;a怉)
    38  }
    39}

View as plain text