mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-02 05:39:05 +00:00
add two LUT-based implementations of isSymbol
This commit is contained in:
@@ -9,5 +9,7 @@ pub const graphemeBreak = grapheme.graphemeBreak;
|
||||
pub const GraphemeBreakState = grapheme.BreakState;
|
||||
|
||||
test {
|
||||
_ = @import("symbols1.zig");
|
||||
_ = @import("symbols2.zig");
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user