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

Lines Matching refs:Variable

3 # Tests for variable names.
7 # In a variable assignment, braces are allowed in the variable name, but they
16 # marks the end of the variable name.
23 # In the above test, the variable name is constructed indirectly. Neither
26 # This is not a variable assignment since the parentheses and braces are not
28 # means the variable name is not finished.
32 # On the left-hand side of a variable assignments, the backslash is not parsed
35 # variable assignment as well.
38 # To assign to a variable with an arbitrary name, the variable name has to
46 # All variable names of a scope are stored in the same hash table, using a
48 # correctly and that the correct variable is looked up. The strings "0x" and
56 # The string "ASDZguv", when used as a prefix of a variable name, keeps the
67 # other can be accessed. In this case, the shorter variable name is defined
78 # other can be accessed. In this case, the longer variable name is defined
97 # expect+1: warning: Invalid character " " in variable name "if ,yes,no"
112 # expect+1: warning: Invalid character " " in variable name "if ,yes,no"
119 # expect+1: warning: Invalid character " " in variable name "if ,,"
132 # If the variable name contains a non-printable character, the warning
136 # expect+2: warning: Invalid character "\x09" in variable name "a b"
137 # expect+1: Variable "a b" is undefined
143 # expect+1: Variable "ÄÖÜ" is undefined