Lines Matching full:comparison
5 # This is a simple comparison of string literals.
11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
23 # An expression that occurs on the left-hand side of the comparison must be
103 # If at least one side of the comparison is a string literal, the string
104 # comparison is performed.
109 # If at least one side of the comparison is a string literal, the string
110 # comparison is performed. The ".0" in the left-hand side makes the two
117 # expect+1: Comparison with "<" requires both operands "string" and "string" to be numeric
125 # expect+1: Comparison with "<=" requires both operands "string" and "string" to be numeric
133 # expect+1: Comparison with ">" requires both operands "string" and "string" to be numeric
141 # expect+1: Comparison with ">=" requires both operands "string" and "string" to be numeric