Add a test for cross-movie `_root`.

This test does not pass yet. Other layers need to resolve as target paths in order for this to happen.
This commit is contained in:
David Wendt 2020-01-29 23:22:31 -05:00
parent aa6aba13dd
commit 5a7e530c91
6 changed files with 11 additions and 0 deletions

View File

@ -173,6 +173,7 @@ swf_tests! {
(loadvariablesnum, "avm1/loadvariablesnum", 3),
(loadvariables_method, "avm1/loadvariables_method", 3),
(xml_load, "avm1/xml_load", 1),
(cross_movie_root, "avm1/cross_movie_root", 5),
}
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
_level1
false
true
_level1
_level1
_level0
true
false
_level1
_level1

Binary file not shown.

Binary file not shown.