aboutsummaryrefslogtreecommitdiff
path: root/tests/pl/Tests_2004/Inline HTML (Advanced).text
blob: 9d71ddcc174b33fc2a5a8d76008a8a6e3cc71014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Simple block on one line:

<div>foo</div>

And nested without indentation:

<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>