authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:59 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:59 -08:00
loge84adca8b9512973e4e436dd4ec9db3c65d07823
tree00bc944b0afda1944db228f153e89a2d307ca78e
parent62fa7d7fcbf9db0bb241864d2243e2ad0f15bc00

main: run tests in order


1 files changed, 3 insertions(+), 1 deletions(-)

src/main.zig+3-1
...@@ -6,9 +6,11 @@ pub fn main() !void {...@@ -6,9 +6,11 @@ pub fn main() !void {
6 std.log.info("All your codebase are belong to us.", .{});6 std.log.info("All your codebase are belong to us.", .{});
77
8 const data = .{8 const data = .{
9 ucd.blocks,
10 ucd.arabic_shaping,9 ucd.arabic_shaping,
11 ucd.bidi_brackets,10 ucd.bidi_brackets,
11 ucd.bidi_mirroring,
12 ucd.blocks,
13 ucd.cjk_radicals,
12 };14 };
1315
14 inline for (data) |b| {16 inline for (data) |b| {