From 427e7ac724dfe55f2077cd10eef325df7dea5124 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 24 Feb 2026 11:10:42 +0100 Subject: Remove \r from the set of line terminators --- oryxc/src/unicode/line_terminator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oryxc') 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, -- cgit v1.2.3