stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

fix(clar2wasm): $stdlib.is-valid-string-ascii missed a few chars #390

Closed Acaccia closed 2 months ago

Acaccia commented 2 months ago

Fixes #389

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.97%. Comparing base (3cac25c) to head (d287d9b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #390 +/- ## ========================================== + Coverage 86.94% 86.97% +0.02% ========================================== Files 43 43 Lines 18232 18267 +35 Branches 18232 18267 +35 ========================================== + Hits 15852 15887 +35 Misses 1044 1044 Partials 1336 1336 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.