aboutsummaryrefslogtreecommitdiff
path: root/lib/cmark/bench/samples
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-22 20:53:39 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-22 20:53:39 +0200
commit8dbfb0890560fd1cd698d06fa05ac868c4db8576 (patch)
tree57d138d7e9967473b8ed52863dabeb739a34ac8e /lib/cmark/bench/samples
parent058aeef80e8a33d0e385f284b23eeb117f5ec547 (diff)
downloadkristall-8dbfb0890560fd1cd698d06fa05ac868c4db8576.tar.gz
Removes 'cruft' from cmark. We only care for the source anyways.
Diffstat (limited to 'lib/cmark/bench/samples')
-rw-r--r--lib/cmark/bench/samples/block-bq-flat.md16
-rw-r--r--lib/cmark/bench/samples/block-bq-nested.md13
-rw-r--r--lib/cmark/bench/samples/block-code.md11
-rw-r--r--lib/cmark/bench/samples/block-fences.md14
-rw-r--r--lib/cmark/bench/samples/block-heading.md9
-rw-r--r--lib/cmark/bench/samples/block-hr.md10
-rw-r--r--lib/cmark/bench/samples/block-html.md32
-rw-r--r--lib/cmark/bench/samples/block-lheading.md8
-rw-r--r--lib/cmark/bench/samples/block-list-flat.md67
-rw-r--r--lib/cmark/bench/samples/block-list-nested.md36
-rw-r--r--lib/cmark/bench/samples/block-ref-flat.md15
-rw-r--r--lib/cmark/bench/samples/block-ref-nested.md17
-rw-r--r--lib/cmark/bench/samples/inline-autolink.md14
-rw-r--r--lib/cmark/bench/samples/inline-backticks.md3
-rw-r--r--lib/cmark/bench/samples/inline-em-flat.md5
-rw-r--r--lib/cmark/bench/samples/inline-em-nested.md5
-rw-r--r--lib/cmark/bench/samples/inline-em-worst.md5
-rw-r--r--lib/cmark/bench/samples/inline-entity.md11
-rw-r--r--lib/cmark/bench/samples/inline-escape.md15
-rw-r--r--lib/cmark/bench/samples/inline-html.md44
-rw-r--r--lib/cmark/bench/samples/inline-links-flat.md23
-rw-r--r--lib/cmark/bench/samples/inline-links-nested.md13
-rw-r--r--lib/cmark/bench/samples/inline-newlines.md24
-rw-r--r--lib/cmark/bench/samples/lorem1.md13
-rw-r--r--lib/cmark/bench/samples/rawtabs.md18
25 files changed, 0 insertions, 441 deletions
diff --git a/lib/cmark/bench/samples/block-bq-flat.md b/lib/cmark/bench/samples/block-bq-flat.md
deleted file mode 100644
index 33e382a..0000000
--- a/lib/cmark/bench/samples/block-bq-flat.md
+++ /dev/null
@@ -1,16 +0,0 @@
-> 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:
-
->
->
->
->
-
diff --git a/lib/cmark/bench/samples/block-bq-nested.md b/lib/cmark/bench/samples/block-bq-nested.md
deleted file mode 100644
index 7ddcffa..0000000
--- a/lib/cmark/bench/samples/block-bq-nested.md
+++ /dev/null
@@ -1,13 +0,0 @@
->>>>>> 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
diff --git a/lib/cmark/bench/samples/block-code.md b/lib/cmark/bench/samples/block-code.md
deleted file mode 100644
index 2b1554f..0000000
--- a/lib/cmark/bench/samples/block-code.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
- an
- example
-
- of
-
-
-
- a code
- block
-
diff --git a/lib/cmark/bench/samples/block-fences.md b/lib/cmark/bench/samples/block-fences.md
deleted file mode 100644
index 5fe8b3c..0000000
--- a/lib/cmark/bench/samples/block-fences.md
+++ /dev/null
@@ -1,14 +0,0 @@
-
-``````````text
-an
-example
-```
-of
-
-
-a fenced
-```
-code
-block
-``````````
-
diff --git a/lib/cmark/bench/samples/block-heading.md b/lib/cmark/bench/samples/block-heading.md
deleted file mode 100644
index fd98558..0000000
--- a/lib/cmark/bench/samples/block-heading.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# heading
-### heading
-##### heading
-
-# heading #
-### heading ###
-##### heading \#\#\#\#\######
-
-############ not a heading
diff --git a/lib/cmark/bench/samples/block-hr.md b/lib/cmark/bench/samples/block-hr.md
deleted file mode 100644
index e1bad6f..0000000
--- a/lib/cmark/bench/samples/block-hr.md
+++ /dev/null
@@ -1,10 +0,0 @@
-
- * * * * *
-
- - - - - -
-
- ________
-
-
- ************************* text
-
diff --git a/lib/cmark/bench/samples/block-html.md b/lib/cmark/bench/samples/block-html.md
deleted file mode 100644
index ff7f8fa..0000000
--- a/lib/cmark/bench/samples/block-html.md
+++ /dev/null
@@ -1,32 +0,0 @@
-<div class="this is an html block">
-
-blah blah
-
-</div>
-
-<table>
- <tr>
- <td>
- **test**
- </td>
- </tr>
-</table>
-
-<table>
-
- <tr>
-
- <td>
-
- test
-
- </td>
-
- </tr>
-
-</table>
-
-<![CDATA[
- [[[[[[[[[[[... *cdata section - this should not be parsed* ...]]]]]]]]]]]
-]]>
-
diff --git a/lib/cmark/bench/samples/block-lheading.md b/lib/cmark/bench/samples/block-lheading.md
deleted file mode 100644
index e5c0d99..0000000
--- a/lib/cmark/bench/samples/block-lheading.md
+++ /dev/null
@@ -1,8 +0,0 @@
-heading
----
-
-heading
-===================================
-
-not a heading
------------------------------------ text
diff --git a/lib/cmark/bench/samples/block-list-flat.md b/lib/cmark/bench/samples/block-list-flat.md
deleted file mode 100644
index 14149db..0000000
--- a/lib/cmark/bench/samples/block-list-flat.md
+++ /dev/null
@@ -1,67 +0,0 @@
- - tidy
- - bullet
- - list
-
-
- - loose
-
- - bullet
-
- - list
-
-
- 0. ordered
- 1. list
- 2. example
-
-
- -
- -
- -
- -
-
-
- 1.
- 2.
- 3.
-
-
- - an example
-of a list item
- with a continuation
-
- this part is inside the list
-
- this part is just a paragraph
-
-
- 1. test
- - test
- 1. test
- - test
-
-
-111111111111111111111111111111111111111111. is this a valid bullet?
-
- - _________________________
-
- - this
- - is
-
- a
-
- long
- - loose
- - list
-
- - with
- - some
-
- tidy
-
- - list
- - items
- - in
-
- - between
- - _________________________
diff --git a/lib/cmark/bench/samples/block-list-nested.md b/lib/cmark/bench/samples/block-list-nested.md
deleted file mode 100644
index d30aed3..0000000
--- a/lib/cmark/bench/samples/block-list-nested.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
- - this
- - is
- - a
- - deeply
- - nested
- - bullet
- - list
-
-
- 1. this
- 2. is
- 3. a
- 4. deeply
- 5. nested
- 6. unordered
- 7. list
-
-
- - 1
- - 2
- - 3
- - 4
- - 5
- - 6
- - 7
- - 6
- - 5
- - 4
- - 3
- - 2
- - 1
-
-
- - - - - - - - - - deeply-nested one-element item
-
diff --git a/lib/cmark/bench/samples/block-ref-flat.md b/lib/cmark/bench/samples/block-ref-flat.md
deleted file mode 100644
index c83dccb..0000000
--- a/lib/cmark/bench/samples/block-ref-flat.md
+++ /dev/null
@@ -1,15 +0,0 @@
-[1] [2] [3] [1] [2] [3]
-
-[looooooooooooooooooooooooooooooooooooooooooooooooooong label]
-
- [1]: <http://something.example.com/foo/bar>
- [2]: http://something.example.com/foo/bar 'test'
- [3]:
- http://foo/bar
- [ looooooooooooooooooooooooooooooooooooooooooooooooooong label ]:
- 111
- 'test'
- [[[[[[[[[[[[[[[[[[[[ this should not slow down anything ]]]]]]]]]]]]]]]]]]]]: q
- (as long as it is not referenced anywhere)
-
- [[[[[[[[[[[[[[[[[[[[]: this is not a valid reference
diff --git a/lib/cmark/bench/samples/block-ref-nested.md b/lib/cmark/bench/samples/block-ref-nested.md
deleted file mode 100644
index 1e10a8c..0000000
--- a/lib/cmark/bench/samples/block-ref-nested.md
+++ /dev/null
@@ -1,17 +0,0 @@
-[[[[[[[foo]]]]]]]
-
-[[[[[[[foo]]]]]]]: bar
-[[[[[[foo]]]]]]: bar
-[[[[[foo]]]]]: bar
-[[[[foo]]]]: bar
-[[[foo]]]: bar
-[[foo]]: bar
-[foo]: bar
-
-[*[*[*[*[foo]*]*]*]*]
-
-[*[*[*[*[foo]*]*]*]*]: bar
-[*[*[*[foo]*]*]*]: bar
-[*[*[foo]*]*]: bar
-[*[foo]*]: bar
-[foo]: bar
diff --git a/lib/cmark/bench/samples/inline-autolink.md b/lib/cmark/bench/samples/inline-autolink.md
deleted file mode 100644
index 0f71482..0000000
--- a/lib/cmark/bench/samples/inline-autolink.md
+++ /dev/null
@@ -1,14 +0,0 @@
-closed (valid) autolinks:
-
- <ftp://1.2.3.4:21/path/foo>
- <http://foo.bar.baz?q=hello&id=22&boolean>
- <http://veeeeeeeeeeeeeeeeeeery.loooooooooooooooooooooooooooooooong.autolink/>
- <teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest@gmail.com>
-
-these are not autolinks:
-
- <ftp://1.2.3.4:21/path/foo
- <http://foo.bar.baz?q=hello&id=22&boolean
- <http://veeeeeeeeeeeeeeeeeeery.loooooooooooooooooooooooooooooooong.autolink
- <teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest@gmail.com
- < http://foo.bar.baz?q=hello&id=22&boolean >
diff --git a/lib/cmark/bench/samples/inline-backticks.md b/lib/cmark/bench/samples/inline-backticks.md
deleted file mode 100644
index a6ec6e1..0000000
--- a/lib/cmark/bench/samples/inline-backticks.md
+++ /dev/null
@@ -1,3 +0,0 @@
-`lots`of`backticks`
-
-``i``wonder``how``this``will``be``parsed``
diff --git a/lib/cmark/bench/samples/inline-em-flat.md b/lib/cmark/bench/samples/inline-em-flat.md
deleted file mode 100644
index b7668a5..0000000
--- a/lib/cmark/bench/samples/inline-em-flat.md
+++ /dev/null
@@ -1,5 +0,0 @@
-*this* *is* *your* *basic* *boring* *emphasis*
-
-_this_ _is_ _your_ _basic_ _boring_ _emphasis_
-
-**this** **is** **your** **basic** **boring** **emphasis**
diff --git a/lib/cmark/bench/samples/inline-em-nested.md b/lib/cmark/bench/samples/inline-em-nested.md
deleted file mode 100644
index 6bb0a0d..0000000
--- a/lib/cmark/bench/samples/inline-em-nested.md
+++ /dev/null
@@ -1,5 +0,0 @@
-*this *is *a *bunch* of* nested* emphases*
-
-__this __is __a __bunch__ of__ nested__ emphases__
-
-***this ***is ***a ***bunch*** of*** nested*** emphases***
diff --git a/lib/cmark/bench/samples/inline-em-worst.md b/lib/cmark/bench/samples/inline-em-worst.md
deleted file mode 100644
index b6d21da..0000000
--- a/lib/cmark/bench/samples/inline-em-worst.md
+++ /dev/null
@@ -1,5 +0,0 @@
-*this *is *a *worst *case *for *em *backtracking
-
-__this __is __a __worst __case __for __em __backtracking
-
-***this ***is ***a ***worst ***case ***for ***em ***backtracking
diff --git a/lib/cmark/bench/samples/inline-entity.md b/lib/cmark/bench/samples/inline-entity.md
deleted file mode 100644
index da095ed..0000000
--- a/lib/cmark/bench/samples/inline-entity.md
+++ /dev/null
@@ -1,11 +0,0 @@
-entities:
-
-&nbsp; &amp; &copy; &AElig; &Dcaron; &frac34; &HilbertSpace; &DifferentialD; &ClockwiseContourIntegral;
-
-&#35; &#1234; &#992; &#98765432;
-
-non-entities:
-
-&18900987654321234567890; &1234567890098765432123456789009876543212345678987654;
-
-&qwertyuioppoiuytrewqwer; &oiuytrewqwertyuioiuytrewqwertyuioytrewqwertyuiiuytri;
diff --git a/lib/cmark/bench/samples/inline-escape.md b/lib/cmark/bench/samples/inline-escape.md
deleted file mode 100644
index 4e1bb39..0000000
--- a/lib/cmark/bench/samples/inline-escape.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-\t\e\s\t\i\n\g \e\s\c\a\p\e \s\e\q\u\e\n\c\e\s
-
-\!\\\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\?
-
-\@ \[ \] \^ \_ \` \{ \| \} \~ \- \'
-
-\
-\\
-\\\
-\\\\
-\\\\\
-
-\<this\> \<is\> \<not\> \<html\>
-
diff --git a/lib/cmark/bench/samples/inline-html.md b/lib/cmark/bench/samples/inline-html.md
deleted file mode 100644
index f6e6341..0000000
--- a/lib/cmark/bench/samples/inline-html.md
+++ /dev/null
@@ -1,44 +0,0 @@
-Taking commonmark tests from the spec for benchmarking here:
-
-<a><bab><c2c>
-
-<a/><b2/>
-
-<a /><b2
-data="foo" >
-
-<a foo="bar" bam = 'baz <em>"</em>'
-_boolean zoop:33=zoop:33 />
-
-<33> <__>
-
-<a h*#ref="hi">
-
-<a href="hi'> <a href=hi'>
-
-< a><
-foo><bar/ >
-
-<a href='bar'title=title>
-
-</a>
-</foo >
-
-</a href="foo">
-
-foo <!-- this is a
-comment - with hyphen -->
-
-foo <!-- not a comment -- two hyphens -->
-
-foo <?php echo $a; ?>
-
-foo <!ELEMENT br EMPTY>
-
-foo <![CDATA[>&<]]>
-
-<a href="&ouml;">
-
-<a href="\*">
-
-<a href="\"">
diff --git a/lib/cmark/bench/samples/inline-links-flat.md b/lib/cmark/bench/samples/inline-links-flat.md
deleted file mode 100644
index 5117db8..0000000
--- a/lib/cmark/bench/samples/inline-links-flat.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Valid links:
-
- [this is a link]()
- [this is a link](<http://something.example.com/foo/bar>)
- [this is a link](http://something.example.com/foo/bar 'test')
- ![this is an image]()
- ![this is an image](<http://something.example.com/foo/bar>)
- ![this is an image](http://something.example.com/foo/bar 'test')
-
- [escape test](<\>\>\>\>\>\>\>\>\>\>\>\>\>\>> '\'\'\'\'\'\'\'\'\'\'\'\'\'\'')
- [escape test \]\]\]\]\]\]\]\]\]\]\]\]\]\]\]\]](\)\)\)\)\)\)\)\)\)\)\)\)\)\))
-
-Invalid links:
-
- [this is not a link
-
- [this is not a link](
-
- [this is not a link](http://something.example.com/foo/bar 'test'
-
- [this is not a link](((((((((((((((((((((((((((((((((((((((((((((((
-
- [this is not a link]((((((((((()))))))))) (((((((((()))))))))))
diff --git a/lib/cmark/bench/samples/inline-links-nested.md b/lib/cmark/bench/samples/inline-links-nested.md
deleted file mode 100644
index 4e7dc85..0000000
--- a/lib/cmark/bench/samples/inline-links-nested.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Valid links:
-
-[[[[[[[[](test)](test)](test)](test)](test)](test)](test)]
-
-[ [[[[[[[[[[[[[[[[[[ [](test) ]]]]]]]]]]]]]]]]]] ](test)
-
-Invalid links:
-
-[[[[[[[[[
-
-[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [
-
-![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![![
diff --git a/lib/cmark/bench/samples/inline-newlines.md b/lib/cmark/bench/samples/inline-newlines.md
deleted file mode 100644
index 068a807..0000000
--- a/lib/cmark/bench/samples/inline-newlines.md
+++ /dev/null
@@ -1,24 +0,0 @@
-
-this\
-should\
-be\
-separated\
-by\
-newlines
-
-this
-should
-be
-separated
-by
-newlines
-too
-
-this
-should
-not
-be
-separated
-by
-newlines
-
diff --git a/lib/cmark/bench/samples/lorem1.md b/lib/cmark/bench/samples/lorem1.md
deleted file mode 100644
index eccb898..0000000
--- a/lib/cmark/bench/samples/lorem1.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Lorem ipsum dolor sit amet, __consectetur__ adipiscing elit. Cras imperdiet nec erat ac condimentum. Nulla vel rutrum ligula. Sed hendrerit interdum orci a posuere. Vivamus ut velit aliquet, mollis purus eget, iaculis nisl. Proin posuere malesuada ante. Proin auctor orci eros, ac molestie lorem dictum nec. Vestibulum sit amet erat est. Morbi luctus sed elit ac luctus. Proin blandit, enim vitae egestas posuere, neque elit ultricies dui, vel mattis nibh enim ac lorem. Maecenas molestie nisl sit amet velit dictum lobortis. Aliquam erat volutpat.
-
-Vivamus sagittis, diam in [vehicula](https://github.com/markdown-it/markdown-it) lobortis, sapien arcu mattis erat, vel aliquet sem urna et risus. Ut feugiat sapien vitae mi elementum laoreet. Suspendisse potenti. Aliquam erat nisl, aliquam pretium libero aliquet, sagittis eleifend nunc. In hac habitasse platea dictumst. Integer turpis augue, tincidunt dignissim mauris id, rhoncus dapibus purus. Maecenas et enim odio. Nullam massa metus, varius quis vehicula sed, pharetra mollis erat. In quis viverra velit. Vivamus placerat, est nec hendrerit varius, enim dui hendrerit magna, ut pulvinar nibh lorem vel lacus. Mauris a orci iaculis, hendrerit eros sed, gravida leo. In dictum mauris vel augue varius, ac ullamcorper nisl ornare. In eu posuere velit, ac fermentum arcu. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam sed malesuada leo, at interdum elit.
-
-Nullam ut tincidunt nunc. [Pellentesque][1] metus lacus, commodo eget justo ut, rutrum varius nunc. Sed non rhoncus risus. Morbi sodales gravida pulvinar. Duis malesuada, odio volutpat elementum vulputate, massa magna scelerisque ante, et accumsan tellus nunc in sem. Donec mattis arcu et velit aliquet, non sagittis justo vestibulum. Suspendisse volutpat felis lectus, nec consequat ipsum mattis id. Donec dapibus vehicula facilisis. In tincidunt mi nisi, nec faucibus tortor euismod nec. Suspendisse ante ligula, aliquet vitae libero eu, vulputate dapibus libero. Sed bibendum, sapien at posuere interdum, libero est sollicitudin magna, ac gravida tellus purus eu ipsum. Proin ut quam arcu.
-
-Suspendisse potenti. Donec ante velit, ornare at augue quis, tristique laoreet sem. Etiam in ipsum elit. Nullam cursus dolor sit amet nulla feugiat tristique. Phasellus ac tellus tincidunt, imperdiet purus eget, ullamcorper ipsum. Cras eu tincidunt sem. Nullam sed dapibus magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In id venenatis tortor. In consectetur sollicitudin pharetra. Etiam convallis nisi nunc, et aliquam turpis viverra sit amet. Maecenas faucibus sodales tortor. Suspendisse lobortis mi eu leo viverra volutpat. Pellentesque velit ante, vehicula sodales congue ut, elementum a urna. Cras tempor, ipsum eget luctus rhoncus, arcu ligula fermentum urna, vulputate pharetra enim enim non libero.
-
-Proin diam quam, elementum in eleifend id, elementum et metus. Cras in justo consequat justo semper ultrices. Sed dignissim lectus a ante mollis, nec vulputate ante molestie. Proin in porta nunc. Etiam pulvinar turpis sed velit porttitor, vel adipiscing velit fringilla. Cras ac tellus vitae purus pharetra tincidunt. Sed cursus aliquet aliquet. Cras eleifend commodo malesuada. In turpis turpis, ullamcorper ut tincidunt a, ullamcorper a nunc. Etiam luctus tellus ac dapibus gravida. Ut nec lacus laoreet neque ullamcorper volutpat.
-
-Nunc et leo erat. Aenean mattis ultrices lorem, eget adipiscing dolor ultricies eu. In hac habitasse platea dictumst. Vivamus cursus feugiat sapien quis aliquam. Mauris quam libero, porta vel volutpat ut, blandit a purus. Vivamus vestibulum dui vel tortor molestie, sit amet feugiat sem commodo. Nulla facilisi. Sed molestie arcu eget tellus vestibulum tristique.
-
-[1]: https://github.com/markdown-it
diff --git a/lib/cmark/bench/samples/rawtabs.md b/lib/cmark/bench/samples/rawtabs.md
deleted file mode 100644
index dc989ea..0000000
--- a/lib/cmark/bench/samples/rawtabs.md
+++ /dev/null
@@ -1,18 +0,0 @@
-
-this is a test for tab expansion, be careful not to replace them with spaces
-
-1 4444
-22 333
-333 22
-4444 1
-
-
- tab-indented line
- space-indented line
- tab-indented line
-
-
-a lot of spaces in between here
-
-a lot of tabs in between here
-