fn testStem(path: []const u8, expected: []const u8) !void
fn testStem(path: []const u8, expected: []const u8) !void { try testing.expectEqualStrings(expected, stem(path)); }