From 13d25f86f61bbce247a12b845c3675b57274a13e Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Fri, 1 Aug 2008 02:58:48 +0500 Subject: Some cleanups. --- .../php-markdown-cases-new/Backslash escapes.html | 14 -- .../php-markdown-cases-new/Backslash escapes.txt | 1 - tests2/php-markdown-cases-new/Code Spans.html | 8 -- tests2/php-markdown-cases-new/Code Spans.txt | 6 - .../Code block in a list item.html | 11 -- .../Code block in a list item.txt | 8 -- .../php-markdown-cases-new/Email auto links.html | 5 - tests2/php-markdown-cases-new/Email auto links.txt | 3 - tests2/php-markdown-cases-new/Emphasis.html | 160 --------------------- tests2/php-markdown-cases-new/Emphasis.txt | 69 --------- tests2/php-markdown-cases-new/Headers.html | 48 ------- tests2/php-markdown-cases-new/Headers.txt | 9 -- .../php-markdown-cases-new/Images (Untitled).html | 8 -- .../php-markdown-cases-new/Images (Untitled).txt | 7 - .../Inline HTML (Simple).html | 17 --- .../Inline HTML (Simple).txt | 15 -- .../php-markdown-cases-new/Inline HTML (Span).html | 5 - .../php-markdown-cases-new/Inline HTML (Span).txt | 4 - .../Inline HTML comments.html | 12 -- .../Inline HTML comments.txt | 9 -- tests2/php-markdown-cases-new/Ins & del.html | 22 --- tests2/php-markdown-cases-new/Ins & del.txt | 17 --- .../Links, inline style.html | 2 - .../php-markdown-cases-new/Links, inline style.txt | 1 - tests2/php-markdown-cases-new/MD5 Hashes.html | 14 -- tests2/php-markdown-cases-new/MD5 Hashes.txt | 11 -- tests2/php-markdown-cases-new/Nesting.html | 17 --- tests2/php-markdown-cases-new/Nesting.tags | 1 - tests2/php-markdown-cases-new/Nesting.txt | 11 -- .../php-markdown-cases-new/PHP-Specific Bugs.html | 20 --- .../php-markdown-cases-new/PHP-Specific Bugs.txt | 22 --- tests2/php-markdown-cases-new/Parens in URL.html | 16 --- tests2/php-markdown-cases-new/Parens in URL.txt | 14 -- tests2/php-markdown-cases-new/Tight blocks.html | 28 ---- tests2/php-markdown-cases-new/Tight blocks.txt | 1 - 35 files changed, 616 deletions(-) delete mode 100644 tests2/php-markdown-cases-new/Backslash escapes.html delete mode 100644 tests2/php-markdown-cases-new/Backslash escapes.txt delete mode 100644 tests2/php-markdown-cases-new/Code Spans.html delete mode 100644 tests2/php-markdown-cases-new/Code Spans.txt delete mode 100644 tests2/php-markdown-cases-new/Code block in a list item.html delete mode 100644 tests2/php-markdown-cases-new/Code block in a list item.txt delete mode 100644 tests2/php-markdown-cases-new/Email auto links.html delete mode 100644 tests2/php-markdown-cases-new/Email auto links.txt delete mode 100644 tests2/php-markdown-cases-new/Emphasis.html delete mode 100644 tests2/php-markdown-cases-new/Emphasis.txt delete mode 100644 tests2/php-markdown-cases-new/Headers.html delete mode 100644 tests2/php-markdown-cases-new/Headers.txt delete mode 100644 tests2/php-markdown-cases-new/Images (Untitled).html delete mode 100644 tests2/php-markdown-cases-new/Images (Untitled).txt delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Simple).html delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Simple).txt delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Span).html delete mode 100644 tests2/php-markdown-cases-new/Inline HTML (Span).txt delete mode 100644 tests2/php-markdown-cases-new/Inline HTML comments.html delete mode 100644 tests2/php-markdown-cases-new/Inline HTML comments.txt delete mode 100644 tests2/php-markdown-cases-new/Ins & del.html delete mode 100644 tests2/php-markdown-cases-new/Ins & del.txt delete mode 100644 tests2/php-markdown-cases-new/Links, inline style.html delete mode 100644 tests2/php-markdown-cases-new/Links, inline style.txt delete mode 100644 tests2/php-markdown-cases-new/MD5 Hashes.html delete mode 100644 tests2/php-markdown-cases-new/MD5 Hashes.txt delete mode 100644 tests2/php-markdown-cases-new/Nesting.html delete mode 100644 tests2/php-markdown-cases-new/Nesting.tags delete mode 100644 tests2/php-markdown-cases-new/Nesting.txt delete mode 100644 tests2/php-markdown-cases-new/PHP-Specific Bugs.html delete mode 100644 tests2/php-markdown-cases-new/PHP-Specific Bugs.txt delete mode 100644 tests2/php-markdown-cases-new/Parens in URL.html delete mode 100644 tests2/php-markdown-cases-new/Parens in URL.txt delete mode 100644 tests2/php-markdown-cases-new/Tight blocks.html delete mode 100644 tests2/php-markdown-cases-new/Tight blocks.txt (limited to 'tests2/php-markdown-cases-new') diff --git a/tests2/php-markdown-cases-new/Backslash escapes.html b/tests2/php-markdown-cases-new/Backslash escapes.html deleted file mode 100644 index 6d65ce1..0000000 --- a/tests2/php-markdown-cases-new/Backslash escapes.html +++ /dev/null @@ -1,14 +0,0 @@ -

Tricky combinaisons: -

- -

backslash with \-- two dashes -

- -

backslash with \> greater than -

- -

\[test](not a link) -

- -

\*no emphasis* -

diff --git a/tests2/php-markdown-cases-new/Backslash escapes.txt b/tests2/php-markdown-cases-new/Backslash escapes.txt deleted file mode 100644 index a5e769b..0000000 --- a/tests2/php-markdown-cases-new/Backslash escapes.txt +++ /dev/null @@ -1 +0,0 @@ -Tricky combinaisons: backslash with \\-- two dashes backslash with \\> greater than \\\[test](not a link) \\\*no emphasis* \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Code Spans.html b/tests2/php-markdown-cases-new/Code Spans.html deleted file mode 100644 index a5a2ddc..0000000 --- a/tests2/php-markdown-cases-new/Code Spans.html +++ /dev/null @@ -1,8 +0,0 @@ -

From <!-- to --> -on two lines. -

- -

From <!-- -to --> -on three lines. -

diff --git a/tests2/php-markdown-cases-new/Code Spans.txt b/tests2/php-markdown-cases-new/Code Spans.txt deleted file mode 100644 index 43f2bcf..0000000 --- a/tests2/php-markdown-cases-new/Code Spans.txt +++ /dev/null @@ -1,6 +0,0 @@ -From `` -on two lines. - -From `` -on three lines. diff --git a/tests2/php-markdown-cases-new/Code block in a list item.html b/tests2/php-markdown-cases-new/Code block in a list item.html deleted file mode 100644 index ed86f62..0000000 --- a/tests2/php-markdown-cases-new/Code block in a list item.html +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Code block in a list item.txt b/tests2/php-markdown-cases-new/Code block in a list item.txt deleted file mode 100644 index 3fa24c3..0000000 --- a/tests2/php-markdown-cases-new/Code block in a list item.txt +++ /dev/null @@ -1,8 +0,0 @@ - -* List Item: - - code block - - with a blank line - - within a list item. \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Email auto links.html b/tests2/php-markdown-cases-new/Email auto links.html deleted file mode 100644 index 36fb7e7..0000000 --- a/tests2/php-markdown-cases-new/Email auto links.html +++ /dev/null @@ -1,5 +0,0 @@ -

michel.fortin@michelf.com -

- -

International domain names: help@tūdaliņ.lv -

diff --git a/tests2/php-markdown-cases-new/Email auto links.txt b/tests2/php-markdown-cases-new/Email auto links.txt deleted file mode 100644 index a8af4ec..0000000 --- a/tests2/php-markdown-cases-new/Email auto links.txt +++ /dev/null @@ -1,3 +0,0 @@ - - -International domain names: \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Emphasis.html b/tests2/php-markdown-cases-new/Emphasis.html deleted file mode 100644 index 85a532d..0000000 --- a/tests2/php-markdown-cases-new/Emphasis.html +++ /dev/null @@ -1,160 +0,0 @@ -

Combined emphasis: -

- -
    -
  1. -test test -
  2. -
  3. -test test -
  4. -
  5. -test test -
  6. -
  7. -test test -
  8. -
  9. -test test -
  10. -
  11. -test test -
  12. -
  13. -test test -
  14. -
  15. -test test -
  16. -
  17. -test test -
  18. -
  19. -test test -
  20. -
  21. -test test -
  22. -
  23. -test test -
  24. -
  25. -test test -
  26. -
  27. -test test -
  28. -
  29. -test test -
  30. -
  31. -test test -
  32. -
- -

Incorrect nesting: -

- -
    -
  1. -*test test* test -
  2. -
  3. -_test test_ test -
  4. -
  5. -**test test* test* -
  6. -
  7. -__test test_ test_ -
  8. -
  9. -test *test test* -
  10. -
  11. -test _test test_ -
  12. -
  13. -test test test -
  14. -
  15. -test test test -
  16. -
- -

No emphasis: -

- -
    -
  1. -test* test *test -
  2. -
  3. -test** test **test -
  4. -
  5. -test_ test _test -
  6. -
  7. -test__ test __test -
  8. -
- -

Middle-word emphasis (asterisks): -

- -
    -
  1. -ab -
  2. -
  3. -ab -
  4. -
  5. -abc -
  6. -
  7. -ab -
  8. -
  9. -ab -
  10. -
  11. -abc -
  12. -
- -

Middle-word emphasis (underscore): -

- -
    -
  1. -ab -
  2. -
  3. -ab -
  4. -
  5. -abc -
  6. -
  7. -ab -
  8. -
  9. -ab -
  10. -
  11. -abc -
  12. -
- -

mypreciousfile.txt -

- -

Tricky Cases

- -

E**. Test TestTestTest -

- -

E**. Test Test Test Test -

diff --git a/tests2/php-markdown-cases-new/Emphasis.txt b/tests2/php-markdown-cases-new/Emphasis.txt deleted file mode 100644 index ec48dec..0000000 --- a/tests2/php-markdown-cases-new/Emphasis.txt +++ /dev/null @@ -1,69 +0,0 @@ -Combined emphasis: - -1. ***test test*** -2. ___test test___ -3. *test **test*** -4. **test *test*** -5. ***test* test** -6. ***test** test* -7. ***test* test** -8. **test *test*** -9. *test **test*** -10. _test __test___ -11. __test _test___ -12. ___test_ test__ -13. ___test__ test_ -14. ___test_ test__ -15. __test _test___ -16. _test __test___ - - -Incorrect nesting: - -1. *test **test* test** -2. _test __test_ test__ -3. **test *test** test* -4. __test _test__ test_ -5. *test *test* test* -6. _test _test_ test_ -7. **test **test** test** -8. __test __test__ test__ - - - -No emphasis: - -1. test* test *test -2. test** test **test -3. test_ test _test -4. test__ test __test - - - -Middle-word emphasis (asterisks): - -1. *a*b -2. a*b* -3. a*b*c -4. **a**b -5. a**b** -6. a**b**c - - -Middle-word emphasis (underscore): - -1. _a_b -2. a_b_ -3. a_b_c -4. __a__b -5. a__b__ -6. a__b__c - -my_precious_file.txt - - -## Tricky Cases - -E**. **Test** TestTestTest - -E**. **Test** Test Test Test diff --git a/tests2/php-markdown-cases-new/Headers.html b/tests2/php-markdown-cases-new/Headers.html deleted file mode 100644 index 84628d3..0000000 --- a/tests2/php-markdown-cases-new/Headers.html +++ /dev/null @@ -1,48 +0,0 @@ -

Header

- -

Header

- -

Header

- -
- -

Header

- -

Paragraph -

- -

Header

- -

Paragraph -

- -

Header

- -

Paragraph -

- -
- -

Paragraph -

- -

Header

- -

Paragraph -

- -

Paragraph -

- -

Header

- -

Paragraph -

- -

Paragraph -

- -

Header

- -

Paragraph -

diff --git a/tests2/php-markdown-cases-new/Headers.txt b/tests2/php-markdown-cases-new/Headers.txt deleted file mode 100644 index 3a39174..0000000 --- a/tests2/php-markdown-cases-new/Headers.txt +++ /dev/null @@ -1,9 +0,0 @@ -Header ====== Header ------ ### Header - - - - - - -Header ====== Paragraph Header ------ Paragraph ### Header Paragraph - - - - - - -Paragraph Header ====== Paragraph Paragraph Header ------ Paragraph Paragraph ### Header Paragraph \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Images (Untitled).html b/tests2/php-markdown-cases-new/Images (Untitled).html deleted file mode 100644 index 6ca4df1..0000000 --- a/tests2/php-markdown-cases-new/Images (Untitled).html +++ /dev/null @@ -1,8 +0,0 @@ -

alt text -

- -

alt text -

- -

alt text -

diff --git a/tests2/php-markdown-cases-new/Images (Untitled).txt b/tests2/php-markdown-cases-new/Images (Untitled).txt deleted file mode 100644 index cb481de..0000000 --- a/tests2/php-markdown-cases-new/Images (Untitled).txt +++ /dev/null @@ -1,7 +0,0 @@ -![alt text](/url/) - -![alt text]() - -![alt text][foo] - - [foo]: /url/ \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Inline HTML (Simple).html b/tests2/php-markdown-cases-new/Inline HTML (Simple).html deleted file mode 100644 index 2bb568d..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Simple).html +++ /dev/null @@ -1,17 +0,0 @@ -

With some attributes: -

- -
- foo -
- -
- foo -
- -

Hr's: -

- -
\ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Inline HTML (Simple).txt b/tests2/php-markdown-cases-new/Inline HTML (Simple).txt deleted file mode 100644 index 9177105..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Simple).txt +++ /dev/null @@ -1,15 +0,0 @@ -With some attributes: - -
- foo -
- -
- foo -
- -Hr's: - -
diff --git a/tests2/php-markdown-cases-new/Inline HTML (Span).html b/tests2/php-markdown-cases-new/Inline HTML (Span).html deleted file mode 100644 index beddfe2..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Span).html +++ /dev/null @@ -1,5 +0,0 @@ -

ACINACS -

- -

SB -SB

\ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Inline HTML (Span).txt b/tests2/php-markdown-cases-new/Inline HTML (Span).txt deleted file mode 100644 index 19028bb..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML (Span).txt +++ /dev/null @@ -1,4 +0,0 @@ -ACINACS - -SB -SB \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Inline HTML comments.html b/tests2/php-markdown-cases-new/Inline HTML comments.html deleted file mode 100644 index 877bcfb..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML comments.html +++ /dev/null @@ -1,12 +0,0 @@ -

Paragraph one. -

- - - -

Paragraph two. -

- - - -

The end. -

diff --git a/tests2/php-markdown-cases-new/Inline HTML comments.txt b/tests2/php-markdown-cases-new/Inline HTML comments.txt deleted file mode 100644 index d57d00a..0000000 --- a/tests2/php-markdown-cases-new/Inline HTML comments.txt +++ /dev/null @@ -1,9 +0,0 @@ -Paragraph one. - - - -Paragraph two. - - - -The end. diff --git a/tests2/php-markdown-cases-new/Ins & del.html b/tests2/php-markdown-cases-new/Ins & del.html deleted file mode 100644 index f5997a7..0000000 --- a/tests2/php-markdown-cases-new/Ins & del.html +++ /dev/null @@ -1,22 +0,0 @@ -

Here is a block tag ins: -

- - -

Some text

-
- -And here it is inside a paragraph. - - -

And here it is in the middle of a paragraph. -

- - -

Some text

-
- -And here is ins as a paragraph. - - -

And here it is in the middle of a paragraph. -

diff --git a/tests2/php-markdown-cases-new/Ins & del.txt b/tests2/php-markdown-cases-new/Ins & del.txt deleted file mode 100644 index 2d54c66..0000000 --- a/tests2/php-markdown-cases-new/Ins & del.txt +++ /dev/null @@ -1,17 +0,0 @@ -Here is a block tag ins: - - -

Some text

-
- -And here it is inside a paragraph. - -And here it is in the middle of a paragraph. - - -

Some text

-
- -And here is ins as a paragraph. - -And here it is in the middle of a paragraph. diff --git a/tests2/php-markdown-cases-new/Links, inline style.html b/tests2/php-markdown-cases-new/Links, inline style.html deleted file mode 100644 index 195cedf..0000000 --- a/tests2/php-markdown-cases-new/Links, inline style.html +++ /dev/null @@ -1,2 +0,0 @@ -

silly URL w/ angle brackets. -

diff --git a/tests2/php-markdown-cases-new/Links, inline style.txt b/tests2/php-markdown-cases-new/Links, inline style.txt deleted file mode 100644 index 600a044..0000000 --- a/tests2/php-markdown-cases-new/Links, inline style.txt +++ /dev/null @@ -1 +0,0 @@ -[silly URL w/ angle brackets](). diff --git a/tests2/php-markdown-cases-new/MD5 Hashes.html b/tests2/php-markdown-cases-new/MD5 Hashes.html deleted file mode 100644 index 91283e0..0000000 --- a/tests2/php-markdown-cases-new/MD5 Hashes.html +++ /dev/null @@ -1,14 +0,0 @@ -

Character Escapes

- -

The MD5 value for + is "26b17225b626fb9238849fd60eabdf60". -

- -

HTML Blocks

- -

test

- -

The MD5 value for <p>test</p> is: -

- -

6205333b793f34273d75379350b36826 -

diff --git a/tests2/php-markdown-cases-new/MD5 Hashes.txt b/tests2/php-markdown-cases-new/MD5 Hashes.txt deleted file mode 100644 index 7e03221..0000000 --- a/tests2/php-markdown-cases-new/MD5 Hashes.txt +++ /dev/null @@ -1,11 +0,0 @@ -# Character Escapes - -The MD5 value for `+` is "26b17225b626fb9238849fd60eabdf60". - -# HTML Blocks - -

test

- -The MD5 value for `

test

` is: - -6205333b793f34273d75379350b36826 \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Nesting.html b/tests2/php-markdown-cases-new/Nesting.html deleted file mode 100644 index be47e21..0000000 --- a/tests2/php-markdown-cases-new/Nesting.html +++ /dev/null @@ -1,17 +0,0 @@ -

Valid nesting: -

- -

Link -

- -

Link -

- -

Link -

- -

Invalid nesting: -

- -

[Link](url) -

diff --git a/tests2/php-markdown-cases-new/Nesting.tags b/tests2/php-markdown-cases-new/Nesting.tags deleted file mode 100644 index cb77ed3..0000000 --- a/tests2/php-markdown-cases-new/Nesting.tags +++ /dev/null @@ -1 +0,0 @@ -knownfailure dontcare diff --git a/tests2/php-markdown-cases-new/Nesting.txt b/tests2/php-markdown-cases-new/Nesting.txt deleted file mode 100644 index 791538c..0000000 --- a/tests2/php-markdown-cases-new/Nesting.txt +++ /dev/null @@ -1,11 +0,0 @@ -Valid nesting: - -**[Link](url)** - -[**Link**](url) - -**[**Link**](url)** - -Invalid nesting: - -[[Link](url)](url) \ No newline at end of file diff --git a/tests2/php-markdown-cases-new/PHP-Specific Bugs.html b/tests2/php-markdown-cases-new/PHP-Specific Bugs.html deleted file mode 100644 index 19943dd..0000000 --- a/tests2/php-markdown-cases-new/PHP-Specific Bugs.html +++ /dev/null @@ -1,20 +0,0 @@ -

This tests for a bug where quotes escaped by PHP when using -preg_replace with the /e modifier must be correctly unescaped -(hence the _UnslashQuotes function found only in PHP Markdown). -

- -

Headers below should appear exactly as they are typed (no backslash -added or removed). -

- -

Header "quoted\" again \""

- -

Header "quoted\" again \""

- -

Header "quoted\" again \""

- -

Test with tabs for _Detab: -

- -
Code    'block' with    some    "tabs"  and "quotes"
-
diff --git a/tests2/php-markdown-cases-new/PHP-Specific Bugs.txt b/tests2/php-markdown-cases-new/PHP-Specific Bugs.txt deleted file mode 100644 index 246b60d..0000000 --- a/tests2/php-markdown-cases-new/PHP-Specific Bugs.txt +++ /dev/null @@ -1,22 +0,0 @@ -This tests for a bug where quotes escaped by PHP when using -`preg_replace` with the `/e` modifier must be correctly unescaped -(hence the `_UnslashQuotes` function found only in PHP Markdown). - - - -Headers below should appear exactly as they are typed (no backslash -added or removed). - -Header "quoted\" again \\"" -=========================== - -Header "quoted\" again \\"" ---------------------------- - -### Header "quoted\" again \\"" ### - - - -Test with tabs for `_Detab`: - - Code 'block' with some "tabs" and "quotes" diff --git a/tests2/php-markdown-cases-new/Parens in URL.html b/tests2/php-markdown-cases-new/Parens in URL.html deleted file mode 100644 index 24254ff..0000000 --- a/tests2/php-markdown-cases-new/Parens in URL.html +++ /dev/null @@ -1,16 +0,0 @@ -

Inline link 1 with parens. -

- -

Inline link 2 with parens. -

- -

Inline link 3 with non-escaped parens. -

- -

Inline link 4 with non-escaped parens. -

- -

Reference link 1 with parens. -

- -

Reference link 2 with parens.

\ No newline at end of file diff --git a/tests2/php-markdown-cases-new/Parens in URL.txt b/tests2/php-markdown-cases-new/Parens in URL.txt deleted file mode 100644 index bb7be4f..0000000 --- a/tests2/php-markdown-cases-new/Parens in URL.txt +++ /dev/null @@ -1,14 +0,0 @@ -[Inline link 1 with parens](/url\(test\) "title"). - -[Inline link 2 with parens]( "title"). - -[Inline link 3 with non-escaped parens](/url(test) "title"). - -[Inline link 4 with non-escaped parens]( "title"). - -[Reference link 1 with parens][1]. - -[Reference link 2 with parens][2]. - - [1]: /url(test) "title" - [2]: "title" diff --git a/tests2/php-markdown-cases-new/Tight blocks.html b/tests2/php-markdown-cases-new/Tight blocks.html deleted file mode 100644 index 3d9342d..0000000 --- a/tests2/php-markdown-cases-new/Tight blocks.html +++ /dev/null @@ -1,28 +0,0 @@ -

Paragraph and no space: -* ciao -

- -

Paragraph and 1 space: - * ciao -

- -

Paragraph and 3 spaces: - * ciao -

- -

Paragraph and 4 spaces: - * ciao -

- -

Paragraph before header: -

- -

Header

- -

Paragraph before blockquote: -

- -
-

Some quote. -

-
diff --git a/tests2/php-markdown-cases-new/Tight blocks.txt b/tests2/php-markdown-cases-new/Tight blocks.txt deleted file mode 100644 index ae4cdcb..0000000 --- a/tests2/php-markdown-cases-new/Tight blocks.txt +++ /dev/null @@ -1 +0,0 @@ -Paragraph and no space: * ciao Paragraph and 1 space: * ciao Paragraph and 3 spaces: * ciao Paragraph and 4 spaces: * ciao Paragraph before header: #Header Paragraph before blockquote: >Some quote. \ No newline at end of file -- cgit v1.2.3