| OLD | NEW |
| (Empty) |
| 1 Test for proper handling of Unicode RegExps and bug 7445: Gmail puts wrong subje
ct in replies. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS cy('Re: Moose') is 'Moose' | |
| 7 PASS cy('\u8f6c\u53d1: Moose') is 'Moose' | |
| 8 PASS inlineRe.source is newFromInlineRe.source | |
| 9 PASS inlineRe.source is evalFromInlineRe.source | |
| 10 PASS inlineRe.source is evalInlineRe.source | |
| 11 PASS inlineRe.source is newFromEvalInlineRe.source | |
| 12 PASS inlineRe.source is evalFromEvalInlineRe.source | |
| 13 PASS inlineRe.source is explicitRe.source | |
| 14 PASS inlineRe.source is newFromExplicitRe.source | |
| 15 PASS inlineRe.source is evalFromExplicitRe.source | |
| 16 PASS inlineRe.toString() is newFromInlineRe.toString() | |
| 17 PASS inlineRe.toString() is evalFromInlineRe.toString() | |
| 18 PASS inlineRe.toString() is evalInlineRe.toString() | |
| 19 PASS inlineRe.toString() is newFromEvalInlineRe.toString() | |
| 20 PASS inlineRe.toString() is evalFromEvalInlineRe.toString() | |
| 21 PASS inlineRe.toString() is explicitRe.toString() | |
| 22 PASS inlineRe.toString() is newFromExplicitRe.toString() | |
| 23 PASS inlineRe.toString() is evalFromExplicitRe.toString() | |
| 24 PASS inlineRe.exec(sample)[0] is 'bm⠠p' | |
| 25 PASS evalInlineRe.exec(sample)[0] is 'bm⠠p' | |
| 26 PASS explicitRe.exec(sample)[0] is 'bm⠠p' | |
| 27 PASS binlineRe.source is bnewFromInlineRe.source | |
| 28 PASS binlineRe.source is bevalFromInlineRe.source | |
| 29 PASS binlineRe.source is bevalInlineRe.source | |
| 30 PASS binlineRe.source is bnewFromEvalInlineRe.source | |
| 31 PASS binlineRe.source is bevalFromEvalInlineRe.source | |
| 32 PASS binlineRe.source is bexplicitRe.source | |
| 33 PASS binlineRe.source is bnewFromExplicitRe.source | |
| 34 PASS binlineRe.source is bevalFromExplicitRe.source | |
| 35 PASS binlineRe.toString() is bnewFromInlineRe.toString() | |
| 36 PASS binlineRe.toString() is bevalFromInlineRe.toString() | |
| 37 PASS binlineRe.toString() is bevalInlineRe.toString() | |
| 38 PASS binlineRe.toString() is bnewFromEvalInlineRe.toString() | |
| 39 PASS binlineRe.toString() is bevalFromEvalInlineRe.toString() | |
| 40 PASS binlineRe.toString() is bexplicitRe.toString() | |
| 41 PASS binlineRe.toString() is bnewFromExplicitRe.toString() | |
| 42 PASS binlineRe.toString() is bevalFromExplicitRe.toString() | |
| 43 PASS binlineRe.exec(bsample)[0] is 'bm|p' | |
| 44 PASS bevalInlineRe.exec(bsample)[0] is 'bm|p' | |
| 45 PASS bexplicitRe.exec(bsample)[0] is 'bm|p' | |
| 46 PASS successfullyParsed is true | |
| 47 | |
| 48 TEST COMPLETE | |
| 49 | |
| OLD | NEW |