Skip to content

Spec verifier should make a deep copy of input dict

Andrew Rechnitzer requested to merge fix2258 into main

Fixes issue #2258 (closed) - I hit this messing about with web-plom stuff, where I fed a dict into specVerifier and it was changed as a side-effect. This should fix that bug/feature.

Merge request reports