FlakeRef::to_string(): Check round trip

This commit is contained in:
Eelco Dolstra 2019-05-23 23:39:58 +02:00
parent 6e984431dd
commit 6b77bfc28d

View file

@ -194,6 +194,8 @@ std::string FlakeRef::to_string() const
else abort();
assert(FlakeRef(string) == *this);
return string;
}