tests: Add test for case insensitive Object.registerClass in SWF6

This commit is contained in:
Mike Welsh 2021-01-13 12:40:55 -08:00
parent 3c31336c93
commit df82194823
4 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@ swf_tests! {
(unescape, "avm1/unescape", 1),
(register_class, "avm1/register_class", 1),
(register_class_return_value, "avm1/register_class_return_value", 1),
(register_class_swf6, "avm1/register_class_swf6", 1),
(register_and_init_order, "avm1/register_and_init_order", 1),
(on_construct, "avm1/on_construct", 1),
(set_variable_scope, "avm1/set_variable_scope", 1),

View File

@ -0,0 +1 @@
Foo

Binary file not shown.

Binary file not shown.