Home | History | Annotate | Download | only in webkit

Lines Matching defs:s2

30 var s2 = "aaaa";
41 shouldBe('s2.match(re1)', '["aaaa"]');
48 shouldBe('s2.match(re2)', '["aaaa"]');
55 shouldBe('s2.match(re3)', '["aaaa"]');
62 shouldBe('s2.match(re4)', '["aaaa", "a"]');
69 shouldBe('s2.match(re5)', '["aaaa", "a"]');
76 shouldBe('s2.match(re6)', '["aaaa", "a"]');
83 shouldBe('s2.match(re7)', '["aaa"]');
90 shouldBe('s2.match(re8)', '["aaaa"]');
97 shouldBe('s2.match(re9)', '["aaaa"]');
104 shouldBe('s2.match(re10)', '[""]');
111 shouldBe('s2.match(re11)', '[""]');
118 shouldBe('s2.match(re12)', '[""]');
125 shouldBe('s2.match(re13)', '["", undefined]');
132 shouldBe('s2.match(re14)', '["", undefined]');
139 shouldBe('s2.match(re15)', '["", undefined]');
146 shouldBe('s2.match(re16)', '["a"]');
153 shouldBe('s2.match(re17)', '["a"]');
160 shouldBe('s2.match(re18)', '["a"]');
167 shouldBe('s2.match(re19)', '["a", "a"]');
174 shouldBe('s2.match(re20)', '["a", "a"]');
181 shouldBe('s2.match(re21)', '["a", "a"]');
188 shouldBe('s2.match(re22)', '[""]');
195 shouldBe('s2.match(re23)', '[""]');
202 shouldBe('s2.match(re24)', '[""]');
209 shouldBe('s2.match(re25)', '["", undefined]');
216 shouldBe('s2.match(re26)', '["", undefined]');
223 shouldBe('s2.match(re27)', '["", undefined]');
230 shouldBe('s2.match(re28)', 'null');
237 shouldBe('s2.match(re29)', 'null');
244 shouldBe('s2.match(re30)', 'null');
258 shouldBe('s2.match(re32)', '["aaaa"]');
273 shouldBe('s2.match(re34)', '[""]');