From 4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Sat, 19 Jul 2008 18:02:19 +0500 Subject: Ops, forgot to add new test files --- tests/misc/backtick-escape.html | 3 +++ tests/misc/backtick-escape.txt | 3 +++ tests/misc/link-with-parenthesis.html | 3 +++ tests/misc/link-with-parenthesis.txt | 1 + tests/misc/nested-patterns.html | 38 +++++++++++++++++++++++++++++++++++ tests/misc/nested-patterns.txt | 7 +++++++ 6 files changed, 55 insertions(+) create mode 100644 tests/misc/backtick-escape.html create mode 100644 tests/misc/backtick-escape.txt create mode 100644 tests/misc/link-with-parenthesis.html create mode 100644 tests/misc/link-with-parenthesis.txt create mode 100644 tests/misc/nested-patterns.html create mode 100644 tests/misc/nested-patterns.txt (limited to 'tests') diff --git a/tests/misc/backtick-escape.html b/tests/misc/backtick-escape.html new file mode 100644 index 0000000..dd736d4 --- /dev/null +++ b/tests/misc/backtick-escape.html @@ -0,0 +1,3 @@ +

\`This should not be in code.\` +`This also should not be in code.` +`And finally this should not be in code.`

diff --git a/tests/misc/backtick-escape.txt b/tests/misc/backtick-escape.txt new file mode 100644 index 0000000..b4d80b2 --- /dev/null +++ b/tests/misc/backtick-escape.txt @@ -0,0 +1,3 @@ +\\`This should not be in code.\\` +\`This also should not be in code.\` +\`And finally this should not be in code.` diff --git a/tests/misc/link-with-parenthesis.html b/tests/misc/link-with-parenthesis.html new file mode 100644 index 0000000..5f6d1b1 --- /dev/null +++ b/tests/misc/link-with-parenthesis.html @@ -0,0 +1,3 @@ +

+ ZIP archives +

diff --git a/tests/misc/link-with-parenthesis.txt b/tests/misc/link-with-parenthesis.txt new file mode 100644 index 0000000..8affc98 --- /dev/null +++ b/tests/misc/link-with-parenthesis.txt @@ -0,0 +1 @@ +[ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the free encyclopedia") diff --git a/tests/misc/nested-patterns.html b/tests/misc/nested-patterns.html new file mode 100644 index 0000000..f41bb34 --- /dev/null +++ b/tests/misc/nested-patterns.html @@ -0,0 +1,38 @@ +

+ + + link + + + + + link + + + + + link + + + + + link + + + + + link + + + + + link + + + + + link + + +

+ diff --git a/tests/misc/nested-patterns.txt b/tests/misc/nested-patterns.txt new file mode 100644 index 0000000..3f5dc3e --- /dev/null +++ b/tests/misc/nested-patterns.txt @@ -0,0 +1,7 @@ +___[link](http://www.freewisdom.org)___ +***[link](http://www.freewisdom.org)*** +**[*link*](http://www.freewisdom.org)** +__[_link_](http://www.freewisdom.org)__ +__[*link*](http://www.freewisdom.org)__ +**[_link_](http://www.freewisdom.org)** +[***link***](http://www.freewisdom.org) -- cgit v1.2.3