diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-09-04 23:04:08 -0500 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-09-05 07:58:01 -0500 |
| commit | a7da96faeea305d5ff1758a98557a42afe0fed32 (patch) | |
| tree | ae6ab8b6b6d7f7bf81897dc21f3d0615ec5bd0f0 /src/unicode/props.zig | |
| parent | 968b9d536dd1a14c23024dd1d10eccabd60fb796 (diff) | |
add two LUT-based implementations of isSymbol
Diffstat (limited to 'src/unicode/props.zig')
| -rw-r--r-- | src/unicode/props.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
