tests: Add test for TransformedByScript flag

This commit is contained in:
Mike Welsh 2019-12-15 09:33:58 -08:00
parent d7393dc81d
commit 95755b5fb3
4 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@ macro_rules! swf_tests {
// Inside the folder is expected to be "test.swf" and "output.txt" with the correct output. // Inside the folder is expected to be "test.swf" and "output.txt" with the correct output.
swf_tests! { swf_tests! {
(add_property, "avm1/add_property", 1), (add_property, "avm1/add_property", 1),
(as_transformed_flag, "avm1/as_transformed_flag", 3),
(do_init_action, "avm1/do_init_action", 3), (do_init_action, "avm1/do_init_action", 3),
(execution_order1, "avm1/execution_order1", 3), (execution_order1, "avm1/execution_order1", 3),
(execution_order2, "avm1/execution_order2", 15), (execution_order2, "avm1/execution_order2", 15),

View File

@ -0,0 +1,4 @@
50
50
0
undefined

Binary file not shown.

Binary file not shown.