naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

Handle end of seq after discard #99

Closed jollm closed 2 years ago

jollm commented 2 years ago

Handle a case like the following:

clj-scratch.core> (edn/read-string "[:foo #_ foo]")
[:foo]
clj-scratch.core>
codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (49832be) into master (1a51dad) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   86.56%   86.63%   +0.06%     
==========================================
  Files          11       11              
  Lines        2226     2237      +11     
==========================================
+ Hits         1927     1938      +11     
  Misses        299      299              
Impacted Files Coverage Δ
src/deserialize/parse.rs 97.44% <100.00%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a51dad...49832be. Read the comment docs.