diff --git a/index.js b/index.js index 774f9d8..7721068 100644 --- a/index.js +++ b/index.js @@ -41,7 +41,7 @@ exports.parse = function parse (s, env) { .replace(/\\([ "'\\$`(){}!#&*|])/g, '$1') ; } - else if (RegExp('^[' + META + ']$').test(s)) { + else if (RegExp('^' + CONTROL + '$').test(s)) { return { op: s }; } else return s.replace(