fix bin/6to5 error message test

This commit is contained in:
Sebastian McKenzie
2014-12-05 23:11:04 +11:00
parent 0497860462
commit 573283f260
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
SyntaxError: test.js: Unexpected character '@'
SyntaxError: test.js: Unexpected character '#'

View File

@@ -1,3 +1,3 @@
arr.map(x => {
$@!
$#!
});