Fix missing auxiliary tokens in lex error state

This commit is contained in:
Max Brunsfeld 2014-02-27 00:38:08 -08:00
parent 926b4ef242
commit c43ec90dad
5 changed files with 81 additions and 26 deletions

View file

@ -6,7 +6,7 @@ int main(int argc, char *argv[])
"",
"--no-color",
"--only="
""
"parenthesized expr"
};
return bandit::run(4, const_cast<char **>(args));
}