Home | History | Annotate | Download | only in cs

Lines Matching full:boolean

92 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
96 PASS - ELSE boolean true doesn't equal empty (1 != 0)
100 PASS - ELSE boolean true doesn't equal empty (1 != 0)
104 PASS - IF boolean false equals empty (0 == 0)
107 Testing ? and != '' - boolean vs. in-equality? um...
110 PASS - IF boolean true not equal empty (1 != 0)
114 PASS - IF boolean true not equal empty (1 != 0)
118 PASS - ELSE boolean false equals empty (0 == 0)
121 Testing !? and == '' - all boolean true equals empty
124 PASS - IF boolean true equals empty
128 PASS - IF boolean true equals empty
132 PASS - ELSE boolean true doesn't equal empty
138 PASS - ELSE boolean true equals empty
142 PASS - ELSE boolean true equals empty
146 PASS - IF boolean true not equal empty