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

29 lines
691 B
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(
"谚语",
),
],
),
],
None,
),
],
),
),
],
),
)