Browse Source

Add a case for reproduce the bug in python

Ryusei Yamaguchi 9 years ago
parent
commit
cf7ef78169
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/unit/src/unit/issues/Issue4608.hx

+ 1 - 0
tests/unit/src/unit/issues/Issue4608.hx

@@ -7,6 +7,7 @@ class Issue4608 extends Test {
         switch s {
         case "𩸽あëa":
             b = true;
+        case "a":
         case _:
         }
         t(b);