diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-10-27 23:43:23 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-10-27 23:43:23 +0300 |
commit | d8135b2e67aec4061386fb91da9c4a080d54e7fb (patch) | |
tree | 1b26087d0826a7cea722a51679bf5f29b23bac38 /test/Tests | |
parent | d28dca57db5a72e2ebb17dccc6c279d962f6711f (diff) | |
download | pandoc-d8135b2e67aec4061386fb91da9c4a080d54e7fb.tar.gz |
Remove misleading comment from Muse reader tests
pandoc follows Text::Amuse rules instead of being bug compatible with Emacs Muse
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Readers/Muse.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Tests/Readers/Muse.hs b/test/Tests/Readers/Muse.hs index 72e3f9be5..e73b1abde 100644 --- a/test/Tests/Readers/Muse.hs +++ b/test/Tests/Readers/Muse.hs @@ -63,7 +63,6 @@ tests = "*Foo bar*" =?> para (emph . spcSep $ ["Foo", "bar"]) - -- Emacs Muse allows this , "Newline in the beginning of emphasis" =: "*\nFoo bar*" =?> para (text "*\nFoo bar*") |