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

Lines Matching refs:was

59 # Since the variable was undefined to begin with, the fallback value from the
179 # conditions were not evaluated, but that was wrong for a long time. The
188 # side containing the '!empty' was evaluated though, as it had always been.
190 # When evaluating the !empty condition, the variable name was parsed as
192 # this case the ${:U2}. The expression '${:U2}' was replaced with an empty
193 # string, the resulting variable name was thus "VARNAME". This conceptually
197 # The expression was evaluated, and this was wrong. The evaluation was done
201 # VARNAME=${VARNAME}, and that definition was evaluated even though it was
204 # This was fixed by evaluating nested expressions in the variable name only
205 # when the whole expression was evaluated as well.