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

Lines Matching refs:nothing

138 # When a word is replaced with nothing, the remaining words are separated by a
148 .if ${:U:S,,out-of-nothing,} != ""
151 .if ${:U:S,^,out-of-nothing,} != "out-of-nothing"
154 .if ${:U:S,$,out-of-nothing,} != "out-of-nothing"
157 .if ${:U:S,^$,out-of-nothing,} != "out-of-nothing"
160 .if ${:U:S,,out-of-nothing,g} != ""
163 .if ${:U:S,^,out-of-nothing,g} != "out-of-nothing"
166 .if ${:U:S,$,out-of-nothing,g} != "out-of-nothing"
169 .if ${:U:S,^$,out-of-nothing,g} != "out-of-nothing"
172 .if ${:U:S,,out-of-nothing,W} != ""
175 .if ${:U:S,^,out-of-nothing,W} != "out-of-nothing"
178 .if ${:U:S,$,out-of-nothing,W} != "out-of-nothing"
181 .if ${:U:S,^$,out-of-nothing,W} != "out-of-nothing"