aboutsummaryrefslogtreecommitdiff
path: root/test/command/5177.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5177.md')
-rw-r--r--test/command/5177.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/5177.md b/test/command/5177.md
new file mode 100644
index 000000000..d832780ea
--- /dev/null
+++ b/test/command/5177.md
@@ -0,0 +1,12 @@
+This should not give a "Prelude.read: no parse" error:
+
+```
+% pandoc -M foo=1e -s -t markdown
+hi
+^D
+---
+foo: 1e
+---
+
+hi
+```