summaryrefslogtreecommitdiff
path: root/test/command/3792.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3792.md')
-rw-r--r--test/command/3792.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3792.md b/test/command/3792.md
new file mode 100644
index 000000000..7c76afee7
--- /dev/null
+++ b/test/command/3792.md
@@ -0,0 +1,13 @@
+Make sure metadata values are treated as strings,
+and properly escaped.
+
+```
+% pandoc -t markdown -s -M title="<this> *that*"
+ok
+^D
+---
+title: '\<this\> \*that\*'
+---
+
+ok
+```