golang: tests: Verify that b and u are idempotent
i.e. b(b(·)) and u(u(·)) are always identity. This property already holds and is easy to verify just by code review. However it might become less obvious once we start to tweak b and u. -> Add explicit test.
Showing
Please register or sign in to comment