mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Removed tabs from source.
This commit is contained in:
@@ -91,9 +91,9 @@ tests = [ "line block with blank line" =:
|
||||
link "http://foo.bar/baz_(bam)" "" "http://foo.bar/baz_(bam)"
|
||||
<> " (" <> link "http://foo.bar" "" "http://foo.bar" <> ")")
|
||||
, "Reference names with special characters" =:
|
||||
("A-1-B_2_C:3:D+4+E.5.F_\n\n" ++
|
||||
".. _A-1-B_2_C:3:D+4+E.5.F: https://example.com\n") =?>
|
||||
para (link "https://example.com" "" "A-1-B_2_C:3:D+4+E.5.F")
|
||||
("A-1-B_2_C:3:D+4+E.5.F_\n\n" ++
|
||||
".. _A-1-B_2_C:3:D+4+E.5.F: https://example.com\n") =?>
|
||||
para (link "https://example.com" "" "A-1-B_2_C:3:D+4+E.5.F")
|
||||
, testGroup "literal / line / code blocks"
|
||||
[ "indented literal block" =: unlines
|
||||
[ "::"
|
||||
|
||||
Reference in New Issue
Block a user