55 lines
1.4 KiB
Text
55 lines
1.4 KiB
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: 5,
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
Leaf {
|
|
kind: Semicolon,
|
|
len: 1,
|
|
},
|
|
Leaf {
|
|
kind: Whitespace,
|
|
len: 1,
|
|
},
|
|
Tree {
|
|
kind: Pipeline,
|
|
children: [
|
|
Tree {
|
|
kind: Command,
|
|
children: [
|
|
Tree {
|
|
kind: Word,
|
|
children: [
|
|
Leaf {
|
|
kind: PlainWord,
|
|
len: 2,
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|