xo-ratio: + hapless test for ratio.to_str<>

This commit is contained in:
Roland Conybeare 2024-04-28 14:52:15 -04:00
commit e0e6fb0e09

View file

@ -208,6 +208,12 @@ namespace xo {
auto ratio1_str = ratio1.template to_str<20>();
log && log(XTAG(ratio1_str));
REQUIRE(!ratio1_str.empty());
/* TODO: more tests here --
* if we write parser, verify can recover original ratio
*/
}
}