From e7f078461e94c621e817a7f25eece571a0ae90de Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 21 Nov 2024 08:29:33 -0700 Subject: [PATCH] Improve test expectations for escaping pipes in inline code Co-authored-by: Sebastian Thiel --- tests/cat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cat.sh b/tests/cat.sh index 4a94ae3..08a2a71 100755 --- a/tests/cat.sh +++ b/tests/cat.sh @@ -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" )