tests: Add tests for coercing undefined to string in SWF6

This commit is contained in:
Mike Welsh 2020-02-18 12:12:47 -08:00
parent 452ac84f0e
commit dfde98da7d
4 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,7 @@ swf_tests! {
(xml_inspect_createmethods, "avm1/xml_inspect_createmethods", 1),
(xml_inspect_parsexml, "avm1/xml_inspect_parsexml", 1),
(funky_function_calls, "avm1/funky_function_calls", 1),
(undefined_to_string_swf6, "avm1/undefined_to_string_swf6", 1),
}
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

View File

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

Binary file not shown.

Binary file not shown.