Skip to content

Commit

Permalink
tests: add test for multibyte identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre committed Nov 29, 2011
1 parent 2a0e36d commit 9c152c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Misc_test.mxml
Expand Up @@ -99,6 +99,9 @@
Tests.assertTrue(true, "method method1(v) { ; }; method1(): ArgumentError");
}
var v1 = new Object();
v1["ö"] = "ä";
Tests.assertEquals("ä", v1.ö, "Multibyte identifier", true);
Tests.report(visual, this.name);
}
Expand Down

0 comments on commit 9c152c5

Please sign in to comment.