Commit c14e4408 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

column adjustment was wrong for pushed back characters

parent 03a53e71
...@@ -3040,8 +3040,8 @@ nextc(parser_state *p) ...@@ -3040,8 +3040,8 @@ nextc(parser_state *p)
if (c == '\n') { if (c == '\n') {
// must understand heredoc // must understand heredoc
} }
p->column++;
} }
p->column++;
return c; return c;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment