diff options
| author | John MacFarlane <[email protected]> | 2025-12-28 07:21:35 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-28 07:21:35 -0700 |
| commit | d21c17c096778f5892c070633d595627c9c530f2 (patch) | |
| tree | 64ad3d77be59a80167fa878d679e8f5ac335f131 | |
| parent | 6956176c193538cac65d1d404da0a05c8fc674c3 (diff) | |
Update asciidoc writer tests for last commit.
| -rw-r--r-- | test/command/8665.md | 2 | ||||
| -rw-r--r-- | test/writer.asciidoc | 2 | ||||
| -rw-r--r-- | test/writer.asciidoc_legacy | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/command/8665.md b/test/command/8665.md index 7c98a9f32..f0e8a6f49 100644 --- a/test/command/8665.md +++ b/test/command/8665.md @@ -24,6 +24,6 @@ [cols=",",options="header",] |=== <|h1 <|h2 -<|!@#$%^&++*++()++{++}{vbar}~?{plus}-',."++<>[]\`++ <|col 2 +<|!@++#++$%^&++*++()++{++}{vbar}~?{plus}-',."++<>[]\`++ <|col 2 |=== ``` diff --git a/test/writer.asciidoc b/test/writer.asciidoc index 5c0aea070..7e1c8be92 100644 --- a/test/writer.asciidoc +++ b/test/writer.asciidoc @@ -529,7 +529,7 @@ Right paren: ) Greater-than: ++>++ -Hash: # +Hash: ++#++ Period: . diff --git a/test/writer.asciidoc_legacy b/test/writer.asciidoc_legacy index ed38985ef..3f33592b0 100644 --- a/test/writer.asciidoc_legacy +++ b/test/writer.asciidoc_legacy @@ -528,7 +528,7 @@ Right paren: ) Greater-than: ++>++ -Hash: # +Hash: ++#++ Period: . |
