Skip to content

Commit

Permalink
add suggested fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jun 13, 2024
1 parent 74a5b59 commit f961f76
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/cat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ snapshot="$fixture/snapshots"

title "stupicat"

(with "a mathematical expression"
it "succeeds" && \
WITH_SNAPSHOT="$snapshot/stupicat-math-output" \
expect_run_sh $SUCCESSFULLY "${exe[*]} $fixture/math.md 2>/dev/null"
)

(with "a table"
it "succeeds" && \
WITH_SNAPSHOT="$snapshot/stupicat-table-output" \
Expand Down
Loading

0 comments on commit f961f76

Please sign in to comment.