From a7da96faeea305d5ff1758a98557a42afe0fed32 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 4 Sep 2025 23:04:08 -0500 Subject: add two LUT-based implementations of isSymbol --- src/unicode/props.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unicode/props.zig') diff --git a/src/unicode/props.zig b/src/unicode/props.zig index 99c57aa0a..7edb3761c 100644 --- a/src/unicode/props.zig +++ b/src/unicode/props.zig @@ -166,7 +166,7 @@ pub fn main() !void { // This is not very fast in debug modes, so its commented by default. // IMPORTANT: UNCOMMENT THIS WHENEVER MAKING CODEPOINTWIDTH CHANGES. -// test "tables match ziglyph" { +// test "unicode props: tables match ziglyph" { // const testing = std.testing; // // const min = 0xFF + 1; // start outside ascii -- cgit v1.2.3