diff --git a/core/tests/swfs/avm2/op_escxattr/Test.as b/core/tests/swfs/avm2/op_escxattr/Test.as index 906ae4677..098a6e0ba 100644 --- a/core/tests/swfs/avm2/op_escxattr/Test.as +++ b/core/tests/swfs/avm2/op_escxattr/Test.as @@ -6,4 +6,4 @@ // Makes finding this is jpexs possible var x = new XML(); trace("// EscXAttr( \'TestString<&>#\\n\\r\\tTest!\"£$%^&*()\' )"); -trace("TestString<&>#\\n\\r\\tTest!\"£$%^&*()"); +trace("TestString<&>#\n\r\tTest!\"£$%^&*()"); diff --git a/core/tests/swfs/avm2/op_escxattr/output.txt b/core/tests/swfs/avm2/op_escxattr/output.txt index 0673b8359..a0b43cdf2 100644 --- a/core/tests/swfs/avm2/op_escxattr/output.txt +++ b/core/tests/swfs/avm2/op_escxattr/output.txt @@ -1,2 +1,2 @@ // EscXAttr( 'TestString<&>#\n\r\tTest!"£$%^&*()' ) -TestString<&>#\n\r\tTest!"£$%^&*() +TestString<&># Test!"£$%^&*() diff --git a/core/tests/swfs/avm2/op_escxattr/test.swf b/core/tests/swfs/avm2/op_escxattr/test.swf index b4ad3f215..64050a634 100644 Binary files a/core/tests/swfs/avm2/op_escxattr/test.swf and b/core/tests/swfs/avm2/op_escxattr/test.swf differ diff --git a/core/tests/swfs/avm2/op_escxelem/Test.as b/core/tests/swfs/avm2/op_escxelem/Test.as index 064955048..04bc79b0b 100644 --- a/core/tests/swfs/avm2/op_escxelem/Test.as +++ b/core/tests/swfs/avm2/op_escxelem/Test.as @@ -5,5 +5,5 @@ // Makes finding this is jpexs possible var x = new XML(); -trace("// EscXElem( \'TestString<&>#\\n\\r\\tTest!\"£$%^&*()\' )"); -trace("TestString<&>#\n\r\tTest!\"£$%^&*()"); +trace("// EscXElem( \'TestString<&>#Test!\"£$%^&*()\' )"); +trace("TestString<&>#Test!\"£$%^&*()"); diff --git a/core/tests/swfs/avm2/op_escxelem/output.txt b/core/tests/swfs/avm2/op_escxelem/output.txt index 100394225..5a6f81fc1 100644 --- a/core/tests/swfs/avm2/op_escxelem/output.txt +++ b/core/tests/swfs/avm2/op_escxelem/output.txt @@ -1,4 +1,2 @@ -// EscXElem( 'TestString<&>#\n\r\tTest!"£$%^&*()' ) -TestString<&># - - Test!"£$%^&*() +// EscXElem( 'TestString<&>#Test!"£$%^&*()' ) +TestString<&>#Test!"£$%^&*() diff --git a/core/tests/swfs/avm2/op_escxelem/test.swf b/core/tests/swfs/avm2/op_escxelem/test.swf index 8d12e20dc..8fa36b819 100644 Binary files a/core/tests/swfs/avm2/op_escxelem/test.swf and b/core/tests/swfs/avm2/op_escxelem/test.swf differ