aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-04-16 12:12:25 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-04-16 12:12:25 +0300
commitce7301de02de817c1020def8585b5db1491fb2c6 (patch)
treea6d69e5a160624ef470d5547dafe607d24069773 /test
parentf39931fd6c86a4bf7a651f9e2f5667bfad99bcca (diff)
downloadpandoc-ce7301de02de817c1020def8585b5db1491fb2c6.tar.gz
Fix a typo in Muse reader testsuite comment
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Muse.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/Muse.hs b/test/Tests/Readers/Muse.hs
index 5c7460afe..86f0d7888 100644
--- a/test/Tests/Readers/Muse.hs
+++ b/test/Tests/Readers/Muse.hs
@@ -1265,7 +1265,7 @@ tests =
, " - <quote>"
, " foo"
, " </quote>"
- , " bar" -- Do not consume whitespace while looking for arbitraritly indented </quote>
+ , " bar" -- Do not consume whitespace while looking for arbitrarily indented </quote>
, "</quote>"
] =?>
blockQuote (bulletList [ blockQuote $ para "foo" ] <> para "bar")