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

Lines Matching refs:tu

19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
32 .if ${WORDS:ts:tu} != "ONETWOTHREEFOURFIVESIX"
36 # Applying the :tu modifier first and then the :ts modifier does not change
44 .if ${WORDS:tu:ts} != "ONETWOTHREEFOURFIVESIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
62 # As in the ${WORDS:tu:ts} example above, the separator is empty.
140 .if ${WORDS:[1..3]:ts\012:tu} != "ONE${.newline}TWO${.newline}THREE"
145 .if ${WORDS:[1..2]:ts\000000000000000000000000012:tu} != "ONE${.newline}TWO"
153 # expect+1: Invalid character number at "400:tu}"
154 .if ${WORDS:[1..3]:ts\400:tu}
161 .if ${WORDS:[1..3]:ts\xa:tu} != "ONE${.newline}TWO${.newline}THREE"
168 # expect+1: Invalid character number at "100:tu}"
169 .if ${WORDS:[1..3]:ts\x100:tu}
188 .if ${WORDS:[1..3]:ts\-300:tu}
197 .if ${1 2 3:L:ts\8:tu}