Skip to content

Commit

Permalink
test(parser): update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Feb 27, 2024
1 parent 2aec5b0 commit c575def
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Some(Chunk(
end: 16,
),
segments: [
Literal(Escaped(Atom("Hello"))),
Literal(Unescaped(Span(
start: 10,
end: 16,
))),
],
))),
)),
Expand Down

0 comments on commit c575def

Please sign in to comment.