Treat tabs as 8 spaces in squiggly heredocs

This commit is contained in:
Seeker
2020-12-29 13:01:49 -08:00
parent 4683a196d9
commit 1099050377
3 changed files with 56 additions and 37 deletions
-1
View File
@@ -100,7 +100,6 @@ enum mrb_string_type {
struct mrb_parser_heredoc_info {
mrb_bool allow_indent:1;
mrb_bool remove_indent:1;
char indent_char;
size_t indent;
mrb_ast_node *indented;
mrb_bool line_head:1;