Commit 1360e4f
committed
Fix multibyte delimiters for bare percent string literals
Single-byte non-alphanumerics are correctly handled in the check below
by simply discarding the `%`.
The same was not true for multibyte characters, which caused some assumption to no longer hold.1 parent 1097637 commit 1360e4f
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11094 | 11094 | | |
11095 | 11095 | | |
11096 | 11096 | | |
| 11097 | + | |
11097 | 11098 | | |
11098 | 11099 | | |
11099 | 11100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments