diff --git a/utest/ratio.test.cpp b/utest/ratio.test.cpp index 27d55f65..80488344 100644 --- a/utest/ratio.test.cpp +++ b/utest/ratio.test.cpp @@ -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 + */ } }