summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-10-18 09:51:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-10-18 09:51:33 -0700
commite5fbddd3b6c0c7a3b76b313edbe55242e3b138fc (patch)
tree31daaf387199596c02b440b58dfc6c55926a4c4f /test/command
parentc76b6a7094028e5f10fe9a61c75bca0d95e93165 (diff)
HTML reader: avoid duplicating any existing identifier...
with `auto_identifiers`. Closes #8383.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/7884.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/7884.md b/test/command/7884.md
index be410801a..3a52d97e3 100644
--- a/test/command/7884.md
+++ b/test/command/7884.md
@@ -22,7 +22,7 @@
)
[ Header
1
- ( "chapter-1" , [] , [ ( "number" , "1" ) ] )
+ ( "chapter-1-1" , [] , [ ( "number" , "1" ) ] )
[ Str "Chapter" , Space , Str "1" ]
, Para
[ Str "Here"