mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
column adjustment was wrong for pushed back characters
This commit is contained in:
+1
-1
@@ -3040,8 +3040,8 @@ nextc(parser_state *p)
|
||||
if (c == '\n') {
|
||||
// must understand heredoc
|
||||
}
|
||||
p->column++;
|
||||
}
|
||||
p->column++;
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user