diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:10:42 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:10:42 +0100 |
| commit | 427e7ac724dfe55f2077cd10eef325df7dea5124 (patch) | |
| tree | f09d5ad5b7793395a94576c769b4faace1255880 | |
| parent | 7d42170c8625de0fe44b98f47e8b9a603a9de794 (diff) | |
Remove \r from the set of line terminators
| -rw-r--r-- | oryxc/src/unicode/line_terminator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/unicode/line_terminator.rs b/oryxc/src/unicode/line_terminator.rs index e30e031..5c6b052 100644 --- a/oryxc/src/unicode/line_terminator.rs +++ b/oryxc/src/unicode/line_terminator.rs @@ -25,7 +25,7 @@ static LINE_TERMINATOR_L1: [u16; 544] = [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ]; static LINE_TERMINATOR_L2: [u64; 96] = [ - 15360, + 7168, 0, 32, 0, |