Home | History | Annotate | Download | only in cs

Lines Matching refs:Testing

0 Testing Empty String and empty var
6 Testing == ''
26 Testing != ''
46 Testing ?
66 Testing !
86 Testing !?
106 Testing ?! - Existance only works on a var, otherwise always returns
127 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
148 Testing ? and != '' - boolean vs. in-equality? um...
168 Testing !? and == '' - all boolean true equals empty
188 Testing !? and != ''