Fixes recursion bug in disambiguate_in().
[ohcount] / test / src_dir / haml.haml
1 %p
2 %p= "stuff"
3 / oneliner!
4 %p
5 /
6   %p this won't render
7   %p it is a comment!
8 %p= "stuff"
9 %p
10   - code
11 %p= "stuff"
12 %p
13
14 \- not script!
15 -# silent comment
16 %p
17 -#
18   silent
19   comment
20 %br/