fix bug in regexp parser where vertical bar after a single character is followed by the end-of-string
svn: r9460
This commit is contained in:
parent
2548f7ecbb
commit
b80d99c2f9
|
@ -1814,6 +1814,8 @@ regranges(int parse_flags, int at_start)
|
|||
break;
|
||||
|
||||
regparse++;
|
||||
if (regparse == regparse_end)
|
||||
break;
|
||||
}
|
||||
|
||||
regparse = save_regparse;
|
||||
|
|
Loading…
Reference in New Issue
Block a user