21 lines
343 B
Text
21 lines
343 B
Text
---
|
|
source: crates/oyster_parser/tests/it/cst.rs
|
|
expression: actual
|
|
---
|
|
Tree {
|
|
kind: Program,
|
|
children: [
|
|
Leaf {
|
|
kind: Comment,
|
|
len: 3,
|
|
},
|
|
Leaf {
|
|
kind: Newlines,
|
|
len: 1,
|
|
},
|
|
Leaf {
|
|
kind: Comment,
|
|
len: 3,
|
|
},
|
|
],
|
|
}
|