X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Fjs%2Fkde%2FRegExp-expected.txt;h=78bf976900a9f69aea36de3048cd0bc7dde9982e;hp=e87954d6dbfbca3cdb0a25ee55fce51d2473e411;hb=d9d89fc14f4029bc6e5696fd5fab8f5e8e5d7da5;hpb=2d0694cb9c7307b861018a98f7020f88f665b61c;ds=inline diff --git a/LayoutTests/fast/js/kde/RegExp-expected.txt b/LayoutTests/fast/js/kde/RegExp-expected.txt index e87954d6dbfb..78bf976900a9 100644 --- a/LayoutTests/fast/js/kde/RegExp-expected.txt +++ b/LayoutTests/fast/js/kde/RegExp-expected.txt @@ -88,7 +88,7 @@ PASS reg.x = 1; reg.x is 1 PASS var r2 = reg; r2.x = 2; reg.x is 2 PASS str.match(re).toString() is 'Chapter 3.4.5.1,Chapter 3.4.5.1,.1' PASS str.match(/d/gi).toString() is 'D,d' -FAIL /\u0061/.source should be \u0061 (of type string). Was a (of type string). +PASS /\u0061/.source is '\\u0061' PASS 'abc'.match(/\u0062/).toString() is 'b' FAIL Object.prototype.toString.apply(RegExp.prototype) should be [object RegExp] (of type string). Was [object RegExpPrototype] (of type string). PASS typeof RegExp.prototype.toString() is 'string'