@ -546,9 +546,9 @@ module.exports = function(ast, options) {
case op.MATCH_STRING_IC: // MATCH_STRING_IC s, a, f, ...
compileCondition(
'input.substr(peg$currPos, '
+ ast.consts[bc[ip + 1]].length
+ ').toLowerCase() === '
+ c(bc[ip + 1]),
1
);
break;