avm2: Update tests

This commit is contained in:
CUB3D 2021-03-30 01:53:31 +01:00 committed by kmeisthax
parent 9453743f9f
commit ecbf6118bb
6 changed files with 6 additions and 8 deletions

View File

@ -6,4 +6,4 @@
// Makes finding this is jpexs possible // Makes finding this is jpexs possible
var x = new XML(); var x = new XML();
trace("// EscXAttr( \'TestString<&>#\\n\\r\\tTest!\"£$%^&*()\' )"); trace("// EscXAttr( \'TestString<&>#\\n\\r\\tTest!\"£$%^&*()\' )");
trace("TestString<&>#\\n\\r\\tTest!\"£$%^&*()"); trace("TestString<&>#\n\r\tTest!\"£$%^&*()");

View File

@ -1,2 +1,2 @@
// EscXAttr( 'TestString<&>#\n\r\tTest!"£$%^&*()' ) // EscXAttr( 'TestString<&>#\n\r\tTest!"£$%^&*()' )
TestString&lt;&amp;>#\n\r\tTest!&quot;£$%^&amp;*() TestString&lt;&amp;>#&#xA;&#xD;&#x9;Test!&quot;£$%^&amp;*()

View File

@ -5,5 +5,5 @@
// Makes finding this is jpexs possible // Makes finding this is jpexs possible
var x = new XML(); var x = new XML();
trace("// EscXElem( \'TestString<&>#\\n\\r\\tTest!\"£$%^&*()\' )"); trace("// EscXElem( \'TestString<&>#Test!\"£$%^&*()\' )");
trace("TestString<&>#\n\r\tTest!\"£$%^&*()"); trace("TestString<&>#Test!\"£$%^&*()");

View File

@ -1,4 +1,2 @@
// EscXElem( 'TestString<&>#\n\r\tTest!"£$%^&*()' ) // EscXElem( 'TestString<&>#Test!"£$%^&*()' )
TestString&lt;&amp;&gt;# TestString&lt;&amp;&gt;#Test!"£$%^&amp;*()
Test!"£$%^&amp;*()