diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-06 10:56:59 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-06 10:56:59 +0100 |
commit | 5255e2d5717dc7a265ca79404d387ef8abe8c004 (patch) | |
tree | ef246aecb2c2985e87c4b9a54d272270661d9039 /bench/samples/block-html.md | |
parent | 847b501371c399d079af09ad6094d8f26ff2d0eb (diff) |
Added 'make newbench'.
Diffstat (limited to 'bench/samples/block-html.md')
-rw-r--r-- | bench/samples/block-html.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bench/samples/block-html.md b/bench/samples/block-html.md new file mode 100644 index 0000000..ff7f8fa --- /dev/null +++ b/bench/samples/block-html.md @@ -0,0 +1,32 @@ +<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* ...]]]]]]]]]]] +]]> + |