diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5177.md | 12 |
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 +``` |