Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
webcommon
/
javascript2.jade
/
test
/
unit
/
data
/
testfiles
/
lexer
/
iteration03.jade
blob: c449c97948c73787be0cef01c05dd6d7607af5ae [
file
]
ul
each val
,
index
in
{
1
:
'one'
,
2
:
'two'
,
3
:
'three'
}
li
=
index
+
': '
+
val
ul
for
val
,
index
in
{
1
:
'one'
,
2
:
'two'
,
3
:
'three'
}
li
=
index
+
': '
+
val