oysh/crates/oyster_parser/tests/it/snapshots/it__parser__pipeline.snap

47 lines
581 B
Text
Raw Normal View History

2022-07-14 22:26:57 +00:00
---
source: crates/oyster_parser/tests/it/parser.rs
expression: actual
---
[
StartNode(
Pipeline,
),
StartNode(
Command,
),
StartNode(
Word,
),
NewLeaf(
PlainText,
2022-07-14 22:26:57 +00:00
6,
),
EndNode,
NewLeaf(
Whitespace,
1,
),
EndNode,
NewLeaf(
Pipe,
1,
),
NewLeaf(
Whitespace,
1,
),
StartNode(
Command,
),
StartNode(
Word,
),
NewLeaf(
PlainText,
2022-07-14 22:26:57 +00:00
3,
),
EndNode,
EndNode,
EndNode,
]