Home | History | Annotate | Download | only in cs

Lines Matching full:empty

2 Testing Empty String and empty var
3 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
8 [1] Empty == ''
22 [4] Empty != ''
32 PASS - Non existing var doesn't equal empty string
36 [7] ?Empty
50 [10] !Empty
64 [13] !?Empty
79 [16] ?!Empty
93 so these are numeric evals, and empty string is 0
94 [19] ?Empty == ''
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)
108 [23] ?Empty != ''
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
122 [26] !?Empty == ''
124 PASS - IF boolean true equals empty
128 PASS - IF boolean true equals empty
132 PASS - ELSE boolean true doesn't equal empty
136 [29] !?Empty != ''
138 PASS - ELSE boolean true equals empty
142 PASS - ELSE boolean true equals empty
146 PASS - IF boolean true not equal empty