Skip to content

Commit

Permalink
Improve test expectations for escaping pipes in inline code
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Thiel <[email protected]>
  • Loading branch information
chriskrycho and Byron authored Nov 21, 2024
1 parent 37e8dcb commit e7f0784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ title "stupicat"
expect_run_sh $SUCCESSFULLY "${exe[*]} $fixture/toml-frontmatter.md 2>/dev/null"
)

(with "table with escapes"
it "succeeds" && \
(with "table with escaped characters in cells"
it "succeeds in reproducing the escapes" && \
WITH_SNAPSHOT="$snapshot/stupicat-table-with-escapes-output" \
expect_run_sh $SUCCESSFULLY "${exe[*]} $fixture/table-with-escapes.md 2>/dev/null"
)

0 comments on commit e7f0784

Please sign in to comment.