summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-04-01 10:41:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-04-01 10:41:33 -0700
commit1b97846be265588817c74db2ab3d8f8ba82ea82a (patch)
tree972dd81057e5653f63ecaffbfc829fa72247db81 /test/command
parent98ff548c5e2da1d32925097739ac66ba80dd6712 (diff)
Fix regression with `ascii_identifiers` and Turkish undotted i.
Closes #8003.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8003.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8003.md b/test/command/8003.md
new file mode 100644
index 000000000..cff44a03b
--- /dev/null
+++ b/test/command/8003.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f markdown+ascii_identifiers
+# Işık
+^D
+<h1 id="isik">Işık</h1>
+```