github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/pkg/schemadsl/parser/tests/indentedcomments.zed.expected (about)

     1  NodeTypeFile
     2    end-rune = 192
     3    input-source = indented comments test
     4    start-rune = 0
     5    child-node =>
     6      NodeTypeDefinition
     7        definition-name = user
     8        end-rune = 52
     9        input-source = indented comments test
    10        start-rune = 35
    11        child-node =>
    12          NodeTypeComment
    13            comment-value = /**
    14  			 * user is a user
    15  			 */
    16      NodeTypeDefinition
    17        definition-name = single
    18        end-rune = 191
    19        input-source = indented comments test
    20        start-rune = 96
    21        child-node =>
    22          NodeTypeComment
    23            comment-value = /**
    24  			 * single is a thing
    25  			 */
    26          NodeTypePermission
    27            end-rune = 186
    28            input-source = indented comments test
    29            relation-name = first
    30            start-rune = 159
    31            child-node =>
    32              NodeTypeComment
    33                comment-value = /**
    34  				 * some permission
    35  				 */
    36            compute-expression =>
    37              NodeTypeUnionExpression
    38                end-rune = 186
    39                input-source = indented comments test
    40                start-rune = 178
    41                left-expr =>
    42                  NodeTypeIdentifier
    43                    end-rune = 180
    44                    identifier-value = bar
    45                    input-source = indented comments test
    46                    start-rune = 178
    47                right-expr =>
    48                  NodeTypeIdentifier
    49                    end-rune = 186
    50                    identifier-value = baz
    51                    input-source = indented comments test
    52                    start-rune = 184