summaryrefslogtreecommitdiff
path: root/src/unicode/props.zig
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2025-09-04 23:04:08 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2025-09-05 07:58:01 -0500
commita7da96faeea305d5ff1758a98557a42afe0fed32 (patch)
treeae6ab8b6b6d7f7bf81897dc21f3d0615ec5bd0f0 /src/unicode/props.zig
parent968b9d536dd1a14c23024dd1d10eccabd60fb796 (diff)
add two LUT-based implementations of isSymbol
Diffstat (limited to 'src/unicode/props.zig')
-rw-r--r--src/unicode/props.zig2
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