diff options
Diffstat (limited to 'tests/misc/nested-patterns.html')
-rw-r--r-- | tests/misc/nested-patterns.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/misc/nested-patterns.html b/tests/misc/nested-patterns.html new file mode 100644 index 0000000..f41bb34 --- /dev/null +++ b/tests/misc/nested-patterns.html @@ -0,0 +1,38 @@ +<p> + <strong> + <em> + <a href="http://www.freewisdom.org">link</a> + </em> + </strong> + <strong> + <em> + <a href="http://www.freewisdom.org">link</a> + </em> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <a href="http://www.freewisdom.org"> + <strong> + <em>link</em> + </strong> + </a> +</p> + |