Skip to content

Commit

Permalink
handle cr
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Apr 2, 2024
1 parent d448c03 commit da49da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ inline bool is_hspace(uint32_t c) {
switch (c) {
case '\t':
case ' ':
case '\r':
return true;
default:
return false;
Expand Down

0 comments on commit da49da3

Please sign in to comment.