aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Inline HTML (Simple).text
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Inline HTML (Simple).text')
-rw-r--r--tests/php/Inline HTML (Simple).text15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/php/Inline HTML (Simple).text b/tests/php/Inline HTML (Simple).text
new file mode 100644
index 0000000..9177105
--- /dev/null
+++ b/tests/php/Inline HTML (Simple).text
@@ -0,0 +1,15 @@
+With some attributes:
+
+<div id="test">
+ foo
+</div>
+
+<div id="test"
+ class="nono">
+ foo
+</div>
+
+Hr's:
+
+<hr class="foo"
+ id="bar" >