Commit 5821d8a
committed
refactor(strings): improve backslash handling in quoted UTF-8 parsing
- Replaced the check for even consecutive backslashes with a call to `is_multiple_of(2)` in the `parse_quoted_utf8` function.
- This change enhances code clarity and maintains the same functionality for terminating quoted strings.1 parent c316577 commit 5821d8a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
0 commit comments