From 11fdd53bf5e78ac20f26d2136483dd40beb9f5c8 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 3 Jan 2016 23:26:06 +0200 Subject: [PATCH] Known issues update --- doc/testcase-known-issues.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/testcase-known-issues.yaml b/doc/testcase-known-issues.yaml index 70a159ea..cdd511a7 100644 --- a/doc/testcase-known-issues.yaml +++ b/doc/testcase-known-issues.yaml @@ -6,9 +6,6 @@ - test: "test-bi-global-parseint.js" knownissue: "rounding differences for parsing integers larger than 2^53" -- - test: "test-bi-global-parseint-oct.js" - knownissue: "non-standard octal behavior does not match V8/Rhino" - test: "test-bi-json-dec-types.js" knownissue: "'\\x' should be allowed by eval() but not by JSON.parse(), Duktape rejects '\\x' in both"