Lines Matching +full:3 +full:v
1 # $NetBSD: varmod-loop-varname.mk,v 1.9 2024/07/05 19:47:22 rillig Exp $
16 # expect+2: while evaluating "${:Uone two three:@${:Ubar:S,b,v,}@+${var}+@} != "+one+ +two+ +three+"" with value "one two three": In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar
17 # expect+1: Malformed conditional (${:Uone two three:@${:Ubar:S,b,v,}@+${var}+@} != "+one+ +two+ +three+")
18 .if ${:Uone two three:@${:Ubar:S,b,v,}@+${var}+@} != "+one+ +two+ +three+"
29 .if ${:U1 2 3:@:::@x${${:U\:\:\:}}y@} != "x1y x2y x3y"
35 .if ${:U1 2 3:@\@\@@x${@@}y@} != "x1y x2y x3y"
42 .if ${:U1 2 3:@\\@x${${:Ux:S,x,\\,}}y@} != "x1y x2y x3y"
50 .if ${:U1 2 3:@@x${}y@} != "xy xy xy"
57 # and not only the loop variable (in this case v).
75 RES3= 3
77 .if ${RESOLVE:@v@w${v}w@} != "w1d2d3w w2i3w w1i2d3 2i\${RES3}w w1d2d3 2i\${RES3} 1i\${RES2}w"
87 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable name "v$" must not contain a dollar
88 # expect+1: Malformed conditional (${1 2 3:L:@v$@($v)@} != "(1) (2) (3)")
89 .if ${1 2 3:L:@v$@($v)@} != "(1) (2) (3)"
94 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable name "v$$" must not contain a dollar
95 # expect+1: Malformed conditional (${1 2 3:L:@v$$@($v)@} != "() () ()")
96 .if ${1 2 3:L:@v$$@($v)@} != "() () ()"
101 # expect+2: while evaluating variable "1 2 3" with value "1 2 3": In the :@ modifier, the variable name "v$$$" must not contain a dollar
102 # expect+1: Malformed conditional (${1 2 3:L:@v$$$@($v)@} != "() () ()")
103 .if ${1 2 3:L:@v$$$@($v)@} != "() () ()"
120 # the string "1a b c1 2a b c2 3a b c3", making the two loops independent.
121 .if ${:U1 2 3:@i@$i${:Ua b c:@i@$i@}${i:Uu}@} != "1a b cu 2a b cu 3a b cu"