Lines Matching refs:equal
86 t.equal(s, '0001234');
87 t.equal(typeof s, 'string');
90 t.equal(x, '56');
91 t.equal(typeof x, 'string');
107 t.equal(s, '');
108 t.equal(typeof s, 'string');
111 t.equal(str, '');
112 t.equal(typeof str, 'string');
118 t.equal(letters.a, '');
119 t.equal(letters.r, true);
120 t.equal(letters.t, '');
131 t.equal(x.str, '000123');
132 t.equal(typeof x.str, 'string');
133 t.equal(x.s, '000123');
134 t.equal(typeof x.s, 'string');
141 t.equal(y.str, '000123');
142 t.equal(typeof y.str, 'string');
143 t.equal(y.s, '000123');
144 t.equal(typeof y.s, 'string');
175 t.equal(argv.zoom, 55);
176 t.equal(argv.z, argv.zoom);
177 t.equal(argv.f, 11);
185 t.equal(argv.zoom, 55);
186 t.equal(argv.z, argv.zoom);
187 t.equal(argv.z, argv.zm);
188 t.equal(argv.f, 11);