mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 01:05:32 +00:00
AS3 test methods separated to classes, Fixed AS3: get/set slot for global scope
This commit is contained in:
15
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestStrings.as
vendored
Normal file
15
libsrc/ffdec_lib/testdata/flashdevelop/src/tests/TestStrings.as
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestStrings
|
||||
{
|
||||
public function run():*
|
||||
{
|
||||
trace("hello");
|
||||
trace("quotes:\"hello!\"");
|
||||
trace("backslash: \\ ");
|
||||
trace("single quotes: \'hello!\'");
|
||||
trace("new line \r\n hello!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user