Remove misleading comment from Muse reader tests

pandoc follows Text::Amuse rules instead of being bug compatible with Emacs Muse
This commit is contained in:
Alexander Krotov 2018-10-27 23:43:23 +03:00
parent d28dca57db
commit d8135b2e67

View file

@ -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*")