mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
rest of changes, from stash
This commit is contained in:
@ -177,3 +177,7 @@ pub fn Tables(comptime Elem: type) type {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
std.testing.refAllDecls(@This());
|
||||||
|
}
|
||||||
|
@ -222,3 +222,8 @@ pub fn main() !void {
|
|||||||
// t.stage3.len,
|
// t.stage3.len,
|
||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
_ = table;
|
||||||
|
_ = Properties;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user