Unverified Commit 42416cb6 authored by Ocean Shen's avatar Ocean Shen Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment