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

Lines Matching refs:In

14 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
16 # expect+1: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar
24 # ":::" is a very creative variable name, unlikely to occur in practice.
26 # be escaped in the modifiers, but not in the variable name, therefore
39 # In extreme cases, even the backslash can be used as variable name.
46 # The variable name can technically be empty, and in this situation
55 # than expected. In particular, it resolves _all_ variables from the scope,
56 # and not only the loop variable (in this case v).
66 # In the following example, the modifier ':@' expands the '$$' to '$'. This
83 # There's no point in allowing a dollar sign in that position.
84 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
86 # expect+1: In the :@ modifier, the variable name "v$" must not contain a dollar
92 # expect+1: In the :@ modifier, the variable name "v$$" must not contain a dollar
98 # expect+1: In the :@ modifier, the variable name "v$$$" must not contain a dollar
110 # variable in the scope of the expression and deleting it again after the
115 # loop variable to the value it had before the loop. This would result in
122 # If the loop were implemented in the same way as the .for loop, the variable