svoid test_pairFromUglyString() { PairS p = pair("abc", "defg"); assertEqualsVerbose(p, pairFromUglyString(pairToUglyStringForCIComparison(p))); }