Skip to content

Commit

Permalink
Update tests for jgm#1649
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Sep 27, 2014
1 parent 5cb475c commit fa2d11c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Tests/Readers/Org.hs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,9 @@ tests =
]
])
]

, "Definition list with multi-word term" =:
" - Elijah Wood :: He plays Frodo" =?>
definitionList [ ("Elijah" <> space <> "Wood", [plain $ "He" <> space <> "plays" <> space <> "Frodo"])]
, "Compact definition list" =:
unlines [ "- ATP :: adenosine 5' triphosphate"
, "- DNA :: deoxyribonucleic acid"
Expand Down

0 comments on commit fa2d11c

Please sign in to comment.