diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-22 16:01:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-22 16:01:14 -0800 |
commit | b9356fcc7e1ff2a8bd57309445539de9508d7b86 (patch) | |
tree | 8ab2ace5d6646fdd65d2be963d256c8a16ea7b41 /tests/Tests | |
parent | 2bea4e3729e72afd63ba5a5b10424a23ba6564e5 (diff) | |
download | pandoc-b9356fcc7e1ff2a8bd57309445539de9508d7b86.tar.gz |
Removed deliberate error in LaTeX reader tests.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Readers/LaTeX.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Readers/LaTeX.hs b/tests/Tests/Readers/LaTeX.hs index 4f0a541d4..09bd597b7 100644 --- a/tests/Tests/Readers/LaTeX.hs +++ b/tests/Tests/Readers/LaTeX.hs @@ -19,7 +19,7 @@ infix 5 =: tests :: [Test] tests = [ testGroup "basic" [ "simple" =: - "wo rd" =?> para "word" + "word" =?> para "word" , "space" =: "some text" =?> para ("some text") , "emphasized" =: |