Fix string interpolation in `util.exprimental.decode.bitset` (#2882)
* Fix BitSet decoder API when errorBit=False
When errorBit is set to False, the original code will return
`Unit` which will be `()` in interpolated string.
* Add testcases for both errorBit cases in BitSetSpec
parent
48f624c4