Skip to content

Commit

Permalink
More test cases for issue-168
Browse files Browse the repository at this point in the history
  • Loading branch information
Netcarver committed Jul 28, 2016
1 parent 100080b commit 467658e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/fixtures/links.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Multiple links on separate lines, each with a leading space:
input : |
" link-1":/url1
" link-2":/url2
" link-3":/url3
expect: |
<p><a href="/url1">link-1</a><br />
<a href="/url2">link-2</a><br />
<a href="/url3">link-3</a></p>
Multiline link text with leading space:
input : |
E-Mail: "Line-1
Expand Down

0 comments on commit 467658e

Please sign in to comment.