ref: cb17c0f4d27e5493a7c375c9b380bb5811d82244
parent: 10167ef255eae11cb40dc15024be7e322d35b320
author: Ori Bernstein <[email protected]>
date: Tue Dec 10 15:21:56 EST 2013
Fix test.
--- a/test/match-badtypes.myr
+++ b/test/match-badtypes.myr
@@ -7,9 +7,7 @@
*/
const foo = {
match 123
- "asdf": 123
- ;;
- 234: 888
- ;;
+ |"asdf": 123
+ |234567: 888
;;
}