test: add test for carton binstore
- rename serialize namespace to serdes. - fix some compile issue. - add test for carton binstore
This commit is contained in:
@@ -22,6 +22,8 @@ namespace yycctest::carton::tabulate {
|
||||
|
||||
void expected_print(const std::u8string_view& exp) {
|
||||
ss.str("");
|
||||
ss.clear();
|
||||
|
||||
table.print(ss);
|
||||
EXPECT_EQ(REINTERPRET::as_utf8_view(ss.view()), exp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user