Skip to content

Commit

Permalink
test: rimu: multi-line HTML comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Feb 16, 2018
1 parent d990464 commit 491748d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/rimu-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,15 @@
"reset": true
}
},
{
"description": "multi-line HTML comment",
"input": "<!--\nfoobar\n-->",
"expectedOutput": "<!--\nfoobar\n-->",
"expectedCallback": "",
"options": {
"reset": true
}
},
{
"description": "anchors and links",
"input": "Refer to the <#x1|next paragraph> or the <#x2|second list item\nbelow>.\n\n.#x1\nNisl curabitur donec. Vel porttitor et. Et amet vitae. Quam\nporttitor integer. Bibendum neque quis quisque ac commodo. Non et\ncumque. Sit et a consequat.\n\n.#x2\n- Viverra pede turpis.\n- Esse et dui nonummy modi.\n",
Expand Down

0 comments on commit 491748d

Please sign in to comment.