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=dabdfba03462978c01062d8aa5bc3ff9e39a645d;hb=d9d89fc14f4029bc6e5696fd5fab8f5e8e5d7da5;hpb=f4e7f066f191c7caed440463481c37c5f5038c15 diff --git a/LayoutTests/fast/js/kde/RegExp-expected.txt b/LayoutTests/fast/js/kde/RegExp-expected.txt index dabdfba03462..78bf976900a9 100644 --- a/LayoutTests/fast/js/kde/RegExp-expected.txt +++ b/LayoutTests/fast/js/kde/RegExp-expected.txt @@ -89,7 +89,7 @@ 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' PASS /\u0061/.source is '\\u0061' -FAIL 'abc'.match(/\u0062/).toString() should be b. Threw exception TypeError: Null value +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' Done.