Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:loops

3 # Tests for .for loops containing conditions of the form 'empty(var:...)'.
37 # The typical way of mistakenly using 'empty' with variables from .for loops
42 # Instead of the 'empty' function, the variables from .for loops can be
83 # the .for loops in a separate scope. To match the current behavior, there
84 # has to be one scope per included file. There may be .for loops using the
99 # that variables from .for loops can only affect expressions in the current
100 # file. If variables from .for loops were implemented as global variables,
107 # Another tricky detail are nested .for loops in a single file that use the
110 # possible though. Assuming there are two nested .for loops, both using the
124 # from .for loops and the modifiers mentioned above.