Skip to content

Commit

Permalink
tests: Add test for SWF5 string encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel committed Jan 20, 2021
1 parent e088098 commit 7bf70de
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -231,6 +231,7 @@ swf_tests! {
#[ignore] (watch_virtual_property, "avm1/watch_virtual_property", 1),
(cross_movie_root, "avm1/cross_movie_root", 5),
(roots_and_levels, "avm1/roots_and_levels", 1),
(swf5_encoding, "avm1/swf5_encoding", 1),
(swf6_case_insensitive, "avm1/swf6_case_insensitive", 1),
(swf7_case_sensitive, "avm1/swf7_case_sensitive", 1),
(prototype_enumerate, "avm1/prototype_enumerate", 1),
Expand Down
3 changes: 3 additions & 0 deletions core/tests/swfs/avm1/swf5_encoding/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// string:
9
testÅtest
Binary file added core/tests/swfs/avm1/swf5_encoding/test.fla
Binary file not shown.
Binary file added core/tests/swfs/avm1/swf5_encoding/test.swf
Binary file not shown.

0 comments on commit 7bf70de

Please sign in to comment.