This commit is contained in:
2026-01-18 13:20:51 +00:00
parent d0e811904c
commit c8db7b14a3
4 changed files with 9 additions and 8 deletions
-1
View File
@@ -65,7 +65,6 @@ std::shared_ptr<void> bash_parse(std::vector<Token> *tokens,
len--;
if (len == 0)
return state;
bool heredoc_first = false;
while (i < len) {
i += utf8_codepoint_width(text[i]);
}