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

Lines Matching defs:WORD

14 WORD=	word
28 # The :S modifier replaces the empty value with an actual word. After
116 # The value of the following expression is " word", which is not empty. To be
119 .if empty(:U word)
130 # The variable WORD has the value "word", which does not count as empty.
131 .if empty(WORD)
145 # The argument expands to "WORD", and that variable is defined at the
155 # expect+1: warning: Invalid character " " in variable name " WORD "
156 .if ! empty ( WORD )
160 ${:U WORD }= variable name with spaces
162 # Now there is a variable named " WORD ", and it is not empty.
163 .if empty ( WORD )
167 # expect+1: Unclosed variable "WORD"
168 .if empty(WORD
215 # If the word 'empty' is not followed by '(', it is not a function call but an
216 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and