Skip to content

Commit

Permalink
tests: Test for ruffle-rs#1104
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel committed Sep 4, 2020
1 parent 5ea06b0 commit 3a813f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/regression_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ swf_tests! {
(as1_constructor_v7, "avm1/as1_constructor_v7", 1),
(issue_710, "avm1/issue_710", 1),
(issue_1086, "avm1/issue_1086", 1),
(issue_1104, "avm1/issue_1104", 3),
(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),
Expand Down
2 changes: 2 additions & 0 deletions core/tests/swfs/avm1/issue_1104/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// clip enterFrame
// clip enterFrame
Binary file added core/tests/swfs/avm1/issue_1104/test.fla
Binary file not shown.
Binary file added core/tests/swfs/avm1/issue_1104/test.swf
Binary file not shown.

0 comments on commit 3a813f1

Please sign in to comment.