Lines Matching refs:expect
7 # expect: Global: VAR = added
9 # expect: Global: VAR = overwritten
11 # expect: Global: delete VAR
13 # expect: Global: ignoring delete 'VAR' as it is not found
17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
24 # expect: Global: VAR = 1
26 # expect: Global: VAR = 1 2
28 # expect: Global: VAR = 1 2 3
31 # expect: Pattern for ':M' is "[2]"
32 # expect: Result of ${VAR:M[2]} is "2"
35 # expect: Pattern for ':N' is "[2]"
36 # expect: Result of ${VAR:N[2]} is "1 3"
43 # expect: Result of ${VAR:Q} is "1\ 2\ 3"
51 # expect: Result of ${:Mvalu[e]} is "value" (eval, defined)
55 # expect: Global: delete VAR
58 # expect+1: Unknown modifier ":unknown"
62 # expect+1: Variable "UNDEFINED" is undefined
69 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
73 # expect: Global: DYN = $(.TARGET) $(.TARGET) ${@}