Browse Source

Add single-rule test cases

pull/14/head
Alex Kocharin 10 years ago
parent
commit
7ed14aa3c4
  1. 16
      benchmark/samples/block-bq-flat.md
  2. 13
      benchmark/samples/block-bq-nested.md
  3. 11
      benchmark/samples/block-code.md
  4. 14
      benchmark/samples/block-fences.md
  5. 9
      benchmark/samples/block-heading.md
  6. 10
      benchmark/samples/block-hr.md
  7. 8
      benchmark/samples/block-lheading.md
  8. 3
      benchmark/samples/inline-backticks.md
  9. 5
      benchmark/samples/inline-em-flat.md
  10. 5
      benchmark/samples/inline-em-nested.md
  11. 5
      benchmark/samples/inline-em-worst.md
  12. 13
      benchmark/samples/inline-escape.md

16
benchmark/samples/block-bq-flat.md

@ -0,0 +1,16 @@
> the simple example of a blockquote
> the simple example of a blockquote
> the simple example of a blockquote
> the simple example of a blockquote
... continuation
... continuation
... continuation
... continuation
empty blockquote:
>
>
>
>

13
benchmark/samples/block-bq-nested.md

@ -0,0 +1,13 @@
>>>>>> deeply nested blockquote
>>>>> deeply nested blockquote
>>>> deeply nested blockquote
>>> deeply nested blockquote
>> deeply nested blockquote
> deeply nested blockquote
> deeply nested blockquote
>> deeply nested blockquote
>>> deeply nested blockquote
>>>> deeply nested blockquote
>>>>> deeply nested blockquote
>>>>>> deeply nested blockquote

11
benchmark/samples/block-code.md

@ -0,0 +1,11 @@
an
example
of
a code
block

14
benchmark/samples/block-fences.md

@ -0,0 +1,14 @@
``````````text
an
example
```
of
a fenced
```
code
block
``````````

9
benchmark/samples/block-heading.md

@ -0,0 +1,9 @@
# heading
### heading
##### heading
# heading #
### heading ###
##### heading \#\#\#\#\######
############ not a heading

10
benchmark/samples/block-hr.md

@ -0,0 +1,10 @@
* * * * *
- - - - -
________
************************* text

8
benchmark/samples/block-lheading.md

@ -0,0 +1,8 @@
heading
---
heading
===================================
not a heading
----------------------------------- text

3
benchmark/samples/inline-backticks.md

@ -0,0 +1,3 @@
`lots`of`backticks`
``i``wonder``how``this``will``be``parsed``

5
benchmark/samples/inline-em-flat.md

@ -0,0 +1,5 @@
*this* *is* *your* *basic* *boring* *emphasis*
_this_ _is_ _your_ _basic_ _boring_ _emphasis_
**this** **is** **your** **basic** **boring** **emphasis**

5
benchmark/samples/inline-em-nested.md

@ -0,0 +1,5 @@
*this *is *a *bunch* of* nested* emphases*
__this __is __a __bunch__ of__ nested__ emphases__
***this ***is ***a ***bunch*** of*** nested*** emphases***

5
benchmark/samples/inline-em-worst.md

@ -0,0 +1,5 @@
*this *is *a *worst *case *for *em *backtracking
__this __is __a __worst __case __for __em __backtracking
***this ***is ***a ***worst ***case ***for ***em ***backtracking

13
benchmark/samples/inline-escape.md

@ -0,0 +1,13 @@
\t\e\s\t\i\n\g \e\s\c\a\p\e \s\e\q\u\e\n\c\e\s
\!\\\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\?
\@ \[ \] \^ \_ \` \{ \| \} \~ \- \'
\
\\
\\\
\\\\
\\\\\
Loading…
Cancel
Save