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

41 lines
1.1 KiB
Text
Raw Normal View History

2022-07-14 22:26:57 +00:00
---
source: crates/oyster_parser/tests/it/ast.rs
expression: actual
---
Ok(
Code(
[
Pipeline(
Pipeline(
[
Command(
[
Word(
[
Text(
"whoami",
),
],
),
],
Stdout,
),
Command(
[
Word(
[
Text(
"cat",
),
],
),
],
None,
),
],
),
),
],
),
)