diff options
Diffstat (limited to 'test')
93 files changed, 0 insertions, 122 deletions
diff --git a/test/>h6.input.txt b/test/>h6.input.txt deleted file mode 100644 index f422da3..0000000 --- a/test/>h6.input.txt +++ /dev/null @@ -1 +0,0 @@ -======= Header =
\ No newline at end of file diff --git a/test/>h6.output.txt b/test/>h6.output.txt deleted file mode 100644 index 1ab8a75..0000000 --- a/test/>h6.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>======= Header =</p>
\ No newline at end of file diff --git a/test/basic-paragraph-markup.input.txt b/test/basic-paragraph-markup.input.txt deleted file mode 100644 index 30d69f7..0000000 --- a/test/basic-paragraph-markup.input.txt +++ /dev/null @@ -1 +0,0 @@ -Basic paragraph test with <, >, & and "
\ No newline at end of file diff --git a/test/basic-paragraph-markup.output.txt b/test/basic-paragraph-markup.output.txt deleted file mode 100644 index 24cc6d6..0000000 --- a/test/basic-paragraph-markup.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>Basic paragraph test with <, >, & and "</p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#1.input.txt b/test/difficult-emphasis-#1.input.txt deleted file mode 100644 index f40a5e6..0000000 --- a/test/difficult-emphasis-#1.input.txt +++ /dev/null @@ -1 +0,0 @@ -// http://www.link.org //
\ No newline at end of file diff --git a/test/difficult-emphasis-#1.output.txt b/test/difficult-emphasis-#1.output.txt deleted file mode 100644 index 4b94283..0000000 --- a/test/difficult-emphasis-#1.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> <a href="http://www.link.org">http://www.link.org</a> </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#10.input.txt b/test/difficult-emphasis-#10.input.txt deleted file mode 100644 index e2fff46..0000000 --- a/test/difficult-emphasis-#10.input.txt +++ /dev/null @@ -1 +0,0 @@ -// ftp //
\ No newline at end of file diff --git a/test/difficult-emphasis-#10.output.txt b/test/difficult-emphasis-#10.output.txt deleted file mode 100644 index d4e6163..0000000 --- a/test/difficult-emphasis-#10.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> ftp </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#11.input.txt b/test/difficult-emphasis-#11.input.txt deleted file mode 100644 index c990a82..0000000 --- a/test/difficult-emphasis-#11.input.txt +++ /dev/null @@ -1 +0,0 @@ -// fttpfptftpft //
\ No newline at end of file diff --git a/test/difficult-emphasis-#11.output.txt b/test/difficult-emphasis-#11.output.txt deleted file mode 100644 index a633f70..0000000 --- a/test/difficult-emphasis-#11.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> fttpfptftpft </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#12.input.txt b/test/difficult-emphasis-#12.input.txt deleted file mode 100644 index eb6c6be..0000000 --- a/test/difficult-emphasis-#12.input.txt +++ /dev/null @@ -1 +0,0 @@ -// ftp: //
\ No newline at end of file diff --git a/test/difficult-emphasis-#12.output.txt b/test/difficult-emphasis-#12.output.txt deleted file mode 100644 index bc36f4f..0000000 --- a/test/difficult-emphasis-#12.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> ftp: </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#13.input.txt b/test/difficult-emphasis-#13.input.txt deleted file mode 100644 index a2613a2..0000000 --- a/test/difficult-emphasis-#13.input.txt +++ /dev/null @@ -1 +0,0 @@ -// ftp://
\ No newline at end of file diff --git a/test/difficult-emphasis-#13.output.txt b/test/difficult-emphasis-#13.output.txt deleted file mode 100644 index d152870..0000000 --- a/test/difficult-emphasis-#13.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>// <a href="ftp://">ftp://</a></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#14.input.txt b/test/difficult-emphasis-#14.input.txt deleted file mode 100644 index 8fcc0a8..0000000 --- a/test/difficult-emphasis-#14.input.txt +++ /dev/null @@ -1 +0,0 @@ -// ftp:////
\ No newline at end of file diff --git a/test/difficult-emphasis-#14.output.txt b/test/difficult-emphasis-#14.output.txt deleted file mode 100644 index 2e8d283..0000000 --- a/test/difficult-emphasis-#14.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> <a href="ftp://">ftp://</a></em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#15.input.txt b/test/difficult-emphasis-#15.input.txt deleted file mode 100644 index fac5c31..0000000 --- a/test/difficult-emphasis-#15.input.txt +++ /dev/null @@ -1 +0,0 @@ -//fttpfptftpftt//
\ No newline at end of file diff --git a/test/difficult-emphasis-#15.output.txt b/test/difficult-emphasis-#15.output.txt deleted file mode 100644 index f69d27c..0000000 --- a/test/difficult-emphasis-#15.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em>fttpfptftpftt</em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#16.input.txt b/test/difficult-emphasis-#16.input.txt deleted file mode 100644 index 69a62c9..0000000 --- a/test/difficult-emphasis-#16.input.txt +++ /dev/null @@ -1 +0,0 @@ -//ftp://link.org//
\ No newline at end of file diff --git a/test/difficult-emphasis-#16.output.txt b/test/difficult-emphasis-#16.output.txt deleted file mode 100644 index b639d39..0000000 --- a/test/difficult-emphasis-#16.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em><a href="ftp://link.org">ftp://link.org</a></em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#2.input.txt b/test/difficult-emphasis-#2.input.txt deleted file mode 100644 index 4164319..0000000 --- a/test/difficult-emphasis-#2.input.txt +++ /dev/null @@ -1 +0,0 @@ -// http //
\ No newline at end of file diff --git a/test/difficult-emphasis-#2.output.txt b/test/difficult-emphasis-#2.output.txt deleted file mode 100644 index 775aeaf..0000000 --- a/test/difficult-emphasis-#2.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> http </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#3.input.txt b/test/difficult-emphasis-#3.input.txt deleted file mode 100644 index 63b3f61..0000000 --- a/test/difficult-emphasis-#3.input.txt +++ /dev/null @@ -1 +0,0 @@ -// httphpthtpht //
\ No newline at end of file diff --git a/test/difficult-emphasis-#3.output.txt b/test/difficult-emphasis-#3.output.txt deleted file mode 100644 index 2475a98..0000000 --- a/test/difficult-emphasis-#3.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> httphpthtpht </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#4.input.txt b/test/difficult-emphasis-#4.input.txt deleted file mode 100644 index 59df379..0000000 --- a/test/difficult-emphasis-#4.input.txt +++ /dev/null @@ -1 +0,0 @@ -// http: //
\ No newline at end of file diff --git a/test/difficult-emphasis-#4.output.txt b/test/difficult-emphasis-#4.output.txt deleted file mode 100644 index 6ec00bc..0000000 --- a/test/difficult-emphasis-#4.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> http: </em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#5.input.txt b/test/difficult-emphasis-#5.input.txt deleted file mode 100644 index 6b00e37..0000000 --- a/test/difficult-emphasis-#5.input.txt +++ /dev/null @@ -1 +0,0 @@ -// http://
\ No newline at end of file diff --git a/test/difficult-emphasis-#5.output.txt b/test/difficult-emphasis-#5.output.txt deleted file mode 100644 index f0a2bf3..0000000 --- a/test/difficult-emphasis-#5.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>// <a href="http://">http://</a></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#6.input.txt b/test/difficult-emphasis-#6.input.txt deleted file mode 100644 index 482f676..0000000 --- a/test/difficult-emphasis-#6.input.txt +++ /dev/null @@ -1 +0,0 @@ -// http:////
\ No newline at end of file diff --git a/test/difficult-emphasis-#6.output.txt b/test/difficult-emphasis-#6.output.txt deleted file mode 100644 index 5f4d7e4..0000000 --- a/test/difficult-emphasis-#6.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> <a href="http://">http://</a></em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#7.input.txt b/test/difficult-emphasis-#7.input.txt deleted file mode 100644 index 75d6014..0000000 --- a/test/difficult-emphasis-#7.input.txt +++ /dev/null @@ -1 +0,0 @@ -//httphpthtphtt//
\ No newline at end of file diff --git a/test/difficult-emphasis-#7.output.txt b/test/difficult-emphasis-#7.output.txt deleted file mode 100644 index d22e67a..0000000 --- a/test/difficult-emphasis-#7.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em>httphpthtphtt</em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#8.input.txt b/test/difficult-emphasis-#8.input.txt deleted file mode 100644 index b3db2a6..0000000 --- a/test/difficult-emphasis-#8.input.txt +++ /dev/null @@ -1 +0,0 @@ -//http://link.org//
\ No newline at end of file diff --git a/test/difficult-emphasis-#8.output.txt b/test/difficult-emphasis-#8.output.txt deleted file mode 100644 index 336af88..0000000 --- a/test/difficult-emphasis-#8.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em><a href="http://link.org">http://link.org</a></em></p>
\ No newline at end of file diff --git a/test/difficult-emphasis-#9.input.txt b/test/difficult-emphasis-#9.input.txt deleted file mode 100644 index 36d9ea2..0000000 --- a/test/difficult-emphasis-#9.input.txt +++ /dev/null @@ -1 +0,0 @@ -// ftp://www.link.org //
\ No newline at end of file diff --git a/test/difficult-emphasis-#9.output.txt b/test/difficult-emphasis-#9.output.txt deleted file mode 100644 index 0608ab1..0000000 --- a/test/difficult-emphasis-#9.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em> <a href="ftp://www.link.org">ftp://www.link.org</a> </em></p>
\ No newline at end of file diff --git a/test/dummy-without-corresponding-output.input.txt b/test/dummy-without-corresponding-output.input.txt deleted file mode 100644 index e69de29..0000000 --- a/test/dummy-without-corresponding-output.input.txt +++ /dev/null diff --git a/test/emphasis.input.txt b/test/emphasis.input.txt deleted file mode 100644 index 032289b..0000000 --- a/test/emphasis.input.txt +++ /dev/null @@ -1 +0,0 @@ -//Emphasis//
\ No newline at end of file diff --git a/test/emphasis.output.txt b/test/emphasis.output.txt deleted file mode 100644 index 93eaeba..0000000 --- a/test/emphasis.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><em>Emphasis</em></p>
\ No newline at end of file diff --git a/test/h1.input.txt b/test/h1.input.txt deleted file mode 100644 index 2000784..0000000 --- a/test/h1.input.txt +++ /dev/null @@ -1 +0,0 @@ -= Header =
\ No newline at end of file diff --git a/test/h1.output.txt b/test/h1.output.txt deleted file mode 100644 index 689a688..0000000 --- a/test/h1.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h1>Header</h1>
\ No newline at end of file diff --git a/test/h2.input.txt b/test/h2.input.txt deleted file mode 100644 index a2bc486..0000000 --- a/test/h2.input.txt +++ /dev/null @@ -1 +0,0 @@ -== Header =
\ No newline at end of file diff --git a/test/h2.output.txt b/test/h2.output.txt deleted file mode 100644 index 7369147..0000000 --- a/test/h2.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h2>Header</h2>
\ No newline at end of file diff --git a/test/h3.input.txt b/test/h3.input.txt deleted file mode 100644 index 4bb4cc0..0000000 --- a/test/h3.input.txt +++ /dev/null @@ -1 +0,0 @@ -=== Header =
\ No newline at end of file diff --git a/test/h3.output.txt b/test/h3.output.txt deleted file mode 100644 index 8634f69..0000000 --- a/test/h3.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h3>Header</h3>
\ No newline at end of file diff --git a/test/h4.input.txt b/test/h4.input.txt deleted file mode 100644 index 0439f7f..0000000 --- a/test/h4.input.txt +++ /dev/null @@ -1 +0,0 @@ -==== Header =
\ No newline at end of file diff --git a/test/h4.output.txt b/test/h4.output.txt deleted file mode 100644 index 74ac160..0000000 --- a/test/h4.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h4>Header</h4>
\ No newline at end of file diff --git a/test/h5.input.txt b/test/h5.input.txt deleted file mode 100644 index cbe5f09..0000000 --- a/test/h5.input.txt +++ /dev/null @@ -1 +0,0 @@ -===== Header
\ No newline at end of file diff --git a/test/h5.output.txt b/test/h5.output.txt deleted file mode 100644 index 91c8302..0000000 --- a/test/h5.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h5>Header</h5>
\ No newline at end of file diff --git a/test/h6.input.txt b/test/h6.input.txt deleted file mode 100644 index f333b14..0000000 --- a/test/h6.input.txt +++ /dev/null @@ -1 +0,0 @@ -====== Header =
\ No newline at end of file diff --git a/test/h6.output.txt b/test/h6.output.txt deleted file mode 100644 index 1ce38f7..0000000 --- a/test/h6.output.txt +++ /dev/null @@ -1 +0,0 @@ -<h6>Header</h6>
\ No newline at end of file diff --git a/test/horizontal-rule.input.txt b/test/horizontal-rule.input.txt deleted file mode 100644 index b86aa52..0000000 --- a/test/horizontal-rule.input.txt +++ /dev/null @@ -1,3 +0,0 @@ -Some text ----- -Some more text
\ No newline at end of file diff --git a/test/horizontal-rule.output.txt b/test/horizontal-rule.output.txt deleted file mode 100644 index 05809bf..0000000 --- a/test/horizontal-rule.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>Some text</p><hr /><p>Some more text</p>
\ No newline at end of file diff --git a/test/image.input.txt b/test/image.input.txt deleted file mode 100644 index 82de5f6..0000000 --- a/test/image.input.txt +++ /dev/null @@ -1 +0,0 @@ -{{image.gif|my image}}
\ No newline at end of file diff --git a/test/image.output.txt b/test/image.output.txt deleted file mode 100644 index 421ea11..0000000 --- a/test/image.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><img src="image.gif" alt="my image"/></p>
\ No newline at end of file diff --git a/test/inline-tt.input.txt b/test/inline-tt.input.txt deleted file mode 100644 index 668057e..0000000 --- a/test/inline-tt.input.txt +++ /dev/null @@ -1 +0,0 @@ -Inline {{{tt}}} example {{{here}}}!
\ No newline at end of file diff --git a/test/inline-tt.output.txt b/test/inline-tt.output.txt deleted file mode 100644 index 4b26296..0000000 --- a/test/inline-tt.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>Inline <tt>tt</tt> example <tt>here</tt>!</p>
\ No newline at end of file diff --git a/test/multi-line-emphasis.input.txt b/test/multi-line-emphasis.input.txt deleted file mode 100644 index 7dbeaa4..0000000 --- a/test/multi-line-emphasis.input.txt +++ /dev/null @@ -1,6 +0,0 @@ -Bold and italics should //be -able// to cross lines. - -But, should //not be... - -...able// to cross paragraphs.
\ No newline at end of file diff --git a/test/multi-line-emphasis.output.txt b/test/multi-line-emphasis.output.txt deleted file mode 100644 index 751f62e..0000000 --- a/test/multi-line-emphasis.output.txt +++ /dev/null @@ -1,6 +0,0 @@ -<p>Bold and italics should <em>be -able</em> to cross lines. -</p><p> -But, should //not be... -</p><p> -...able// to cross paragraphs.</p>
\ No newline at end of file diff --git a/test/named-link.input.txt b/test/named-link.input.txt deleted file mode 100644 index 59ef88e..0000000 --- a/test/named-link.input.txt +++ /dev/null @@ -1 +0,0 @@ -[[MyPage|My page]]
\ No newline at end of file diff --git a/test/named-link.output.txt b/test/named-link.output.txt deleted file mode 100644 index 912d393..0000000 --- a/test/named-link.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><a href="MyPage">My page</a></p>
\ No newline at end of file diff --git a/test/named-url.input.txt b/test/named-url.input.txt deleted file mode 100644 index a71274b..0000000 --- a/test/named-url.input.txt +++ /dev/null @@ -1 +0,0 @@ -[[http://example.com/examplepage|Example Page]]
\ No newline at end of file diff --git a/test/named-url.output.txt b/test/named-url.output.txt deleted file mode 100644 index ff2c2a6..0000000 --- a/test/named-url.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><a href="http://example.com/examplepage">Example Page</a></p>
\ No newline at end of file diff --git a/test/ordered-item-with-ordered-sublist.input.txt b/test/ordered-item-with-ordered-sublist.input.txt deleted file mode 100644 index 181b2f8..0000000 --- a/test/ordered-item-with-ordered-sublist.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Item -## Subitem
\ No newline at end of file diff --git a/test/ordered-item-with-ordered-sublist.output.txt b/test/ordered-item-with-ordered-sublist.output.txt deleted file mode 100644 index 79cd7c0..0000000 --- a/test/ordered-item-with-ordered-sublist.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ol><li> Item<ol> -<li> Subitem</li></ol></li></ol>
\ No newline at end of file diff --git a/test/ordered-sublist-without-initial-tag.input.txt b/test/ordered-sublist-without-initial-tag.input.txt deleted file mode 100644 index 8e45942..0000000 --- a/test/ordered-sublist-without-initial-tag.input.txt +++ /dev/null @@ -1 +0,0 @@ -## Sublist item
\ No newline at end of file diff --git a/test/ordered-sublist-without-initial-tag.output.txt b/test/ordered-sublist-without-initial-tag.output.txt deleted file mode 100644 index 0587284..0000000 --- a/test/ordered-sublist-without-initial-tag.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>## Sublist item</p>
\ No newline at end of file diff --git a/test/preformatted-block.input.txt b/test/preformatted-block.input.txt deleted file mode 100644 index 0ce854b..0000000 --- a/test/preformatted-block.input.txt +++ /dev/null @@ -1,3 +0,0 @@ -{{{ -Preformatted block -}}}
\ No newline at end of file diff --git a/test/preformatted-block.output.txt b/test/preformatted-block.output.txt deleted file mode 100644 index 42b0a91..0000000 --- a/test/preformatted-block.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<pre>Preformatted block -</pre>
\ No newline at end of file diff --git a/test/raw-url.input.txt b/test/raw-url.input.txt deleted file mode 100644 index 8ebd56b..0000000 --- a/test/raw-url.input.txt +++ /dev/null @@ -1 +0,0 @@ -http://example.com/examplepage
\ No newline at end of file diff --git a/test/raw-url.output.txt b/test/raw-url.output.txt deleted file mode 100644 index b0ec525..0000000 --- a/test/raw-url.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><a href="http://example.com/examplepage">http://example.com/examplepage</a></p>
\ No newline at end of file diff --git a/test/simple-ordered-list.input.txt b/test/simple-ordered-list.input.txt deleted file mode 100644 index 9cde6b0..0000000 --- a/test/simple-ordered-list.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -# list item -#list item 2
\ No newline at end of file diff --git a/test/simple-ordered-list.output.txt b/test/simple-ordered-list.output.txt deleted file mode 100644 index 34fb177..0000000 --- a/test/simple-ordered-list.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ol><li> list item</li> -<li>list item 2</li></ol>
\ No newline at end of file diff --git a/test/simple-unordered-list.input.txt b/test/simple-unordered-list.input.txt deleted file mode 100644 index 019ac85..0000000 --- a/test/simple-unordered-list.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -* list item -*list item 2
\ No newline at end of file diff --git a/test/simple-unordered-list.output.txt b/test/simple-unordered-list.output.txt deleted file mode 100644 index 5634c4b..0000000 --- a/test/simple-unordered-list.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ul><li> list item</li> -<li>list item 2</li></ul>
\ No newline at end of file diff --git a/test/strong.input.txt b/test/strong.input.txt deleted file mode 100644 index e5d3ce8..0000000 --- a/test/strong.input.txt +++ /dev/null @@ -1 +0,0 @@ -**Strong**
\ No newline at end of file diff --git a/test/strong.output.txt b/test/strong.output.txt deleted file mode 100644 index 7ded6c8..0000000 --- a/test/strong.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><strong>Strong</strong></p>
\ No newline at end of file diff --git a/test/tables.input.txt b/test/tables.input.txt deleted file mode 100644 index 1038fa2..0000000 --- a/test/tables.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -| A | B | -| //C// | **D** \\ E |
\ No newline at end of file diff --git a/test/tables.output.txt b/test/tables.output.txt deleted file mode 100644 index de0276a..0000000 --- a/test/tables.output.txt +++ /dev/null @@ -1 +0,0 @@ -<table><tr><td> A </td><td> B </td></tr><tr><td> <em>C</em> </td><td> <strong>D</strong> <br /> E </td></tr></table>
\ No newline at end of file diff --git a/test/two-preformatted-blocks.input.txt b/test/two-preformatted-blocks.input.txt deleted file mode 100644 index 636f199..0000000 --- a/test/two-preformatted-blocks.input.txt +++ /dev/null @@ -1,4 +0,0 @@ -{{{ -Preformatted block -}}} -{{{Block 2}}}
\ No newline at end of file diff --git a/test/two-preformatted-blocks.output.txt b/test/two-preformatted-blocks.output.txt deleted file mode 100644 index 5f16814..0000000 --- a/test/two-preformatted-blocks.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<pre>Preformatted block -</pre><pre>Block 2</pre>
\ No newline at end of file diff --git a/test/unnamed-link.input.txt b/test/unnamed-link.input.txt deleted file mode 100644 index 0b11afe..0000000 --- a/test/unnamed-link.input.txt +++ /dev/null @@ -1 +0,0 @@ -[[MyPage]]
\ No newline at end of file diff --git a/test/unnamed-link.output.txt b/test/unnamed-link.output.txt deleted file mode 100644 index 7ed65d2..0000000 --- a/test/unnamed-link.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><a href="MyPage">MyPage</a></p>
\ No newline at end of file diff --git a/test/unnamed-url.input.txt b/test/unnamed-url.input.txt deleted file mode 100644 index ea80e5d..0000000 --- a/test/unnamed-url.input.txt +++ /dev/null @@ -1 +0,0 @@ -[[http://example.com/examplepage]]
\ No newline at end of file diff --git a/test/unnamed-url.output.txt b/test/unnamed-url.output.txt deleted file mode 100644 index b0ec525..0000000 --- a/test/unnamed-url.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p><a href="http://example.com/examplepage">http://example.com/examplepage</a></p>
\ No newline at end of file diff --git a/test/unordered-item-with-ordered-sublist.input.txt b/test/unordered-item-with-ordered-sublist.input.txt deleted file mode 100644 index 10ac242..0000000 --- a/test/unordered-item-with-ordered-sublist.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -* Item -*# Subitem
\ No newline at end of file diff --git a/test/unordered-item-with-ordered-sublist.output.txt b/test/unordered-item-with-ordered-sublist.output.txt deleted file mode 100644 index 57ed1da..0000000 --- a/test/unordered-item-with-ordered-sublist.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ul><li> Item<ol> -<li> Subitem</li></ol></li></ul>
\ No newline at end of file diff --git a/test/unordered-item-with-unordered-sublist.input.txt b/test/unordered-item-with-unordered-sublist.input.txt deleted file mode 100644 index b4d3ecd..0000000 --- a/test/unordered-item-with-unordered-sublist.input.txt +++ /dev/null @@ -1,2 +0,0 @@ -* Item -** Subitem
\ No newline at end of file diff --git a/test/unordered-item-with-unordered-sublist.output.txt b/test/unordered-item-with-unordered-sublist.output.txt deleted file mode 100644 index 9c4a46f..0000000 --- a/test/unordered-item-with-unordered-sublist.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ul><li> Item<ul> -<li> Subitem</li></ul></li></ul>
\ No newline at end of file diff --git a/test/unordered-sublist-without-initial-tag.input.txt b/test/unordered-sublist-without-initial-tag.input.txt deleted file mode 100644 index f495ea5..0000000 --- a/test/unordered-sublist-without-initial-tag.input.txt +++ /dev/null @@ -1 +0,0 @@ -** Sublist item
\ No newline at end of file diff --git a/test/unordered-sublist-without-initial-tag.output.txt b/test/unordered-sublist-without-initial-tag.output.txt deleted file mode 100644 index 59d4091..0000000 --- a/test/unordered-sublist-without-initial-tag.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>** Sublist item</p>
\ No newline at end of file diff --git a/test/url∕emphasis-ambiguity.input.txt b/test/url∕emphasis-ambiguity.input.txt deleted file mode 100644 index 4c29ff9..0000000 --- a/test/url∕emphasis-ambiguity.input.txt +++ /dev/null @@ -1 +0,0 @@ -This is an //italic// text. This is a url: http://www.wikicreole.org. This is what can go wrong://this should be an italic text//.
\ No newline at end of file diff --git a/test/url∕emphasis-ambiguity.output.txt b/test/url∕emphasis-ambiguity.output.txt deleted file mode 100644 index 9be7ec8..0000000 --- a/test/url∕emphasis-ambiguity.output.txt +++ /dev/null @@ -1 +0,0 @@ -<p>This is an <em>italic</em> text. This is a url: <a href="http://www.wikicreole.org">http://www.wikicreole.org</a>. This is what can go wrong:<em>this should be an italic text</em>.</p>
\ No newline at end of file |