tests: Add tests for #1906

This commit is contained in:
Mike Welsh 2020-12-17 17:43:48 -08:00
parent 25cd4ee375
commit 72a24b9800
4 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,7 @@ swf_tests! {
(issue_710, "avm1/issue_710", 1),
(issue_1086, "avm1/issue_1086", 1),
(issue_1104, "avm1/issue_1104", 3),
(issue_1906, "avm1/issue_1906", 2),
(function_as_function, "avm1/function_as_function", 1),
(infinite_recursion_function, "avm1/infinite_recursion_function", 1),
(infinite_recursion_function_in_setter, "avm1/infinite_recursion_function_in_setter", 1),

View File

@ -0,0 +1,4 @@
// mc._x
0
// mc2._x
0

Binary file not shown.

Binary file not shown.