repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git]
/
tests
/
assert_templates
/
foreach_vars.html
blob
f0990b02bc8614ad22581b09ea8cffe36e61c7e5
1
<div
class='container'
>
2
3
<div
class='mainCategoryList'
>
foo
4
<ul>
5
6
<li
class='secondaryCategoryList'
>
7
8
one,
</li>
9
10
11
<li
class='secondaryCategoryList'
>
12
13
two,
</li>
14
15
16
<li
class='secondaryCategoryList'
>
17
18
tree
</li>
19
20
21
</ul>
22
</div>
23
24
</div>