Skip to content

Commit

Permalink
ANSI writer: add test for inline code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 3, 2024
1 parent 6be41d1 commit 6d41c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/ansi-test.ansi
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ East Asian characters have double width
魚 fish
── ────

This is inline code:  x >>= y ++ 3 .

code block
 >>> ## ``

Expand Down
3 changes: 2 additions & 1 deletion test/ansi-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ East Asian characters have double width
|魚|fish|
+--+----+

This is inline code: `x >>= y ++ 3`.

```
code block
>>> ## ``
Expand All @@ -118,4 +120,3 @@ More text.

[small caps]{.smallcaps}


0 comments on commit 6d41c1b

Please sign in to comment.