aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-09-05 20:19:13 +0200
committerJohn MacFarlane <[email protected]>2025-09-06 10:48:22 +0200
commit536d548335e028c01021dc7ddddf9b88e43d1a78 (patch)
treec7a15fa917be880e787414559303a280e38a7b49 /test
parent1e7138823b8916ecae236532181092491f57367b (diff)
Docx reader: better handling of AlternateContent.
This revises the solution to #9214 in commit 2e8ecb3 in order to handle a standard Word way of inserting emojis. Closes #11113.
Diffstat (limited to 'test')
-rw-r--r--test/command/11113.docxbin0 -> 14206 bytes
-rw-r--r--test/command/11113.md7
2 files changed, 7 insertions, 0 deletions
diff --git a/test/command/11113.docx b/test/command/11113.docx
new file mode 100644
index 000000000..43b251bdc
--- /dev/null
+++ b/test/command/11113.docx
Binary files differ
diff --git a/test/command/11113.md b/test/command/11113.md
new file mode 100644
index 000000000..6ebcfd8a5
--- /dev/null
+++ b/test/command/11113.md
@@ -0,0 +1,7 @@
+```
+% pandoc command/11113.docx -t plain
+^D
+Colored:❤️😏📖👌😒🤍
+
+BW: 😊︎
+```