Home | History | Annotate | Download | only in js

Lines Matching full:shouldbe

30 shouldBe('regexp01.toString()', '"1235"');
34 shouldBe('regexp01a.toString()', '"123 5"');
38 shouldBe('regexp01b.toString()', '"1-3 5"');
40 shouldBe('regexp01c.toString()', '"1-3 5"');
43 shouldBe('regexp01d.toString()', '"123 5"');
45 shouldBe('regexp01e.toString()', '"123 5"');
48 shouldBe('regexp01f.toString()', '"-3"');
50 shouldBe('regexp01g.toString()', '"2-"');
54 shouldBe('regexp02.toString()', '"1-35"');
57 shouldBe('regexp02a.toString()', '"1-3 5"');
59 shouldBe('regexp02b.toString()', '"1-3 5"');
61 shouldBe('regexp02c.toString()', '"1-3 5"');
63 shouldBe('regexp02d.toString()', '"1-3 5"');
65 shouldBe('regexp02e.toString()', '"1-3 5"');
69 shouldBe('regexp03a.toString()', '"-.0"');
71 shouldBe('regexp03b.toString()', '"+,-"');
75 shouldBe('bug21232', 'false');