tests: Add test for enumerating array indices

This commit is contained in:
Mike Welsh 2020-06-27 19:54:13 -07:00
parent 478d88b22d
commit 0833c15e25
4 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,7 @@ swf_tests! {
(array_prototyping, "avm1/array_prototyping", 1),
(array_vs_object_length, "avm1/array_vs_object_length", 1),
(array_sort, "avm1/array_sort", 1),
(array_enumerate, "avm1/array_enumerate", 1),
(timeline_function_def, "avm1/timeline_function_def", 3),
(root_global_parent, "avm1/root_global_parent", 3),
(register_underflow, "avm1/register_underflow", 1),

View File

@ -0,0 +1,5 @@
array[5]: elem 5
array[foo]: foo
array[0]: elem 0
array[1]: undefined

Binary file not shown.

Binary file not shown.