29 lines
688 B
Text
29 lines
688 B
Text
|
---
|
||
|
source: crates/oyster_parser/tests/it/cst.rs
|
||
|
expression: actual
|
||
|
---
|
||
|
Tree {
|
||
|
kind: Program,
|
||
|
children: [
|
||
|
Tree {
|
||
|
kind: Pipeline,
|
||
|
children: [
|
||
|
Tree {
|
||
|
kind: Command,
|
||
|
children: [
|
||
|
Tree {
|
||
|
kind: Word,
|
||
|
children: [
|
||
|
Leaf {
|
||
|
kind: PlainWord,
|
||
|
len: 6,
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
}
|