Home | History | Annotate | Download | only in webkit

Lines Matching refs:emptyStr

28 var emptyStr = "";
39 shouldBe('emptyStr.match(re1)', '[""]');
46 shouldBe('emptyStr.match(re2)', '[""]');
53 shouldBe('emptyStr.match(re3)', '[""]');
60 shouldBe('emptyStr.match(re4)', '["", undefined]');
67 shouldBe('emptyStr.match(re5)', '["", undefined]');
74 shouldBe('emptyStr.match(re6)', '["", undefined]');
81 shouldBe('emptyStr.match(re7)', '[""]');
88 shouldBe('emptyStr.match(re8)', '[""]');
95 shouldBe('emptyStr.match(re9)', '[""]');
102 shouldBe('emptyStr.match(re10)', '[""]');
109 shouldBe('emptyStr.match(re11)', '[""]');
116 shouldBe('emptyStr.match(re12)', '[""]');
123 shouldBe('emptyStr.match(re13)', '["", undefined]');
130 shouldBe('emptyStr.match(re14)', '["", undefined]');
137 shouldBe('emptyStr.match(re15)', '["", undefined]');
144 shouldBe('emptyStr.match(re16)', '[""]');
151 shouldBe('emptyStr.match(re17)', '[""]');
158 shouldBe('emptyStr.match(re18)', '[""]');
165 shouldBe('emptyStr.match(re19)', '["", undefined]');
172 shouldBe('emptyStr.match(re20)', '["", undefined]');
179 shouldBe('emptyStr.match(re21)', '["", undefined]');
186 shouldBe('emptyStr.match(re22)', '[""]');
193 shouldBe('emptyStr.match(re23)', '[""]');
200 shouldBe('emptyStr.match(re24)', '[""]');
207 shouldBe('emptyStr.match(re25)', '["", undefined]');
214 shouldBe('emptyStr.match(re26)', '["", undefined]');
221 shouldBe('emptyStr.match(re27)', '["", undefined]');
228 shouldBe('emptyStr.match(re28)', 'null');
235 shouldBe('emptyStr.match(re29)', 'null');
242 shouldBe('emptyStr.match(re30)', 'null');
249 shouldBe('emptyStr.match(re31)', '[""]');
256 shouldBe('emptyStr.match(re32)', '[""]');
265 shouldBe('emptyStr.match(re33)', '[""]');
271 shouldBe('emptyStr.match(re34)', '[""]');