mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Removed autotest-pending/looping-range (completed)
This commit is contained in:
parent
d7800711b5
commit
6752065e5a
@ -1,27 +0,0 @@
|
||||
<for each="i from 0 to 9">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from 9 to 0">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from 9 to 0 step -1">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from 0 to 9 step 2">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from 9 to 0 step -2">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from 0 to 'abc'.length">
|
||||
$i
|
||||
</for>
|
||||
-
|
||||
<for each="i from ''.length to 'abc'.length">
|
||||
$i
|
||||
</for>
|
||||
Loading…
x
Reference in New Issue
Block a user