diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:53:39 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:53:39 +0200 |
| commit | 8dbfb0890560fd1cd698d06fa05ac868c4db8576 (patch) | |
| tree | 57d138d7e9967473b8ed52863dabeb739a34ac8e /lib/cmark/bench/samples/inline-html.md | |
| parent | 058aeef80e8a33d0e385f284b23eeb117f5ec547 (diff) | |
| download | kristall-8dbfb0890560fd1cd698d06fa05ac868c4db8576.tar.gz | |
Removes 'cruft' from cmark. We only care for the source anyways.
Diffstat (limited to 'lib/cmark/bench/samples/inline-html.md')
| -rw-r--r-- | lib/cmark/bench/samples/inline-html.md | 44 |
1 files changed, 0 insertions, 44 deletions
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="ö"> - -<a href="\*"> - -<a href="\""> |
