Measurements.jl icon indicating copy to clipboard operation
Measurements.jl copied to clipboard

Correct quoting of measurements

Open simeonschaub opened this issue 4 years ago • 3 comments

This corrects the printing of measurements in expressions, like :(2 * (1 ± .2)).

simeonschaub avatar Nov 24 '19 11:11 simeonschaub

Does this depend on #56?

giordano avatar Nov 24 '19 23:11 giordano

No, this is unrelated. (The reason range is in there is that I first thought ranges had to be quoted to, but that's not the case. Might test if their representation is parseable while we're at it, anyways.)

simeonschaub avatar Nov 25 '19 00:11 simeonschaub

Codecov Report

Merging #57 into master will decrease coverage by 0.14%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   96.32%   96.17%   -0.15%     
==========================================
  Files          12       12              
  Lines         544      549       +5     
==========================================
+ Hits          524      528       +4     
- Misses         20       21       +1
Impacted Files Coverage Δ
src/show.jl 73.68% <80%> (+0.95%) :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 f48af99...5b65446. Read the comment docs.

codecov-io avatar Nov 25 '19 10:11 codecov-io