diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-06-15 22:40:48 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-06-15 22:40:48 -0400 |
commit | 831781c293a853d41307b4cff54c7deb4906d086 (patch) | |
tree | 34569d020130bf2e68d9a93192ad2cc53d89919b /markdown/tests/php/Tight blocks.text | |
parent | 43486f8575199cb43b4626d3bee20e826853bc03 (diff) | |
download | markdown-831781c293a853d41307b4cff54c7deb4906d086.tar.gz markdown-831781c293a853d41307b4cff54c7deb4906d086.tar.bz2 markdown-831781c293a853d41307b4cff54c7deb4906d086.zip |
Added tests from php test framework. The tests are currently set to be skipped as most fail on various edge cases.
Diffstat (limited to 'markdown/tests/php/Tight blocks.text')
-rw-r--r-- | markdown/tests/php/Tight blocks.text | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/markdown/tests/php/Tight blocks.text b/markdown/tests/php/Tight blocks.text new file mode 100644 index 0000000..ae4cdcb --- /dev/null +++ b/markdown/tests/php/Tight blocks.text @@ -0,0 +1 @@ +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 |