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

Lines Matching defs:STRING

76 # If the "Bad condition" appears in a quoted string literal, the
86 # string. The left-hand side of the comparison is therefore just an empty
87 # string, which is obviously equal to the empty string on the right-hand side.
122 # make: Bad conditional expression 'string == "literal" && no >= 10'
123 # in 'string == "literal" && no >= 10?yes:no'
136 # string == "literal" && no >= 10
140 # the right-hand side 'no >= 10'. The word 'no' is obviously a string
156 STRING= string
159 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
162 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.
169 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
172 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.
178 # "true" since "+" is not the empty string.