aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/varname-empty.exp
blob: ba465cc3eff2a66ed047717a59573be16379bc68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Var_Set("${:U}", "cmdline-u", ...) name expands to empty string - ignored
Var_Set("", "cmline-plain", ...) name expands to empty string - ignored
Var_Set("", "default", ...) name expands to empty string - ignored
Var_Set("", "assigned", ...) name expands to empty string - ignored
Var_Set("", "appended", ...) name expands to empty string - ignored
Var_Set("", "", ...) name expands to empty string - ignored
Var_Set("", "subst", ...) name expands to empty string - ignored
Var_Set("", "shell-output", ...) name expands to empty string - ignored
Var_Set("${:U}", "assigned indirectly", ...) name expands to empty string - ignored
Var_Set("", "assigned", ...) name expands to empty string - ignored
out: fallback
out: 1 2 3
exit status 0