Closed c42f closed 1 year ago
Merging #284 (1cb6843) into main (b5971af) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #284 +/- ##
=======================================
Coverage 96.69% 96.69%
=======================================
Files 14 14
Lines 4027 4029 +2
=======================================
+ Hits 3894 3896 +2
Misses 133 133
Impacted Files | Coverage Δ | |
---|---|---|
src/expr.jl | 100.00% <100.00%> (ø) |
|
src/parser.jl | 98.25% <100.00%> (+<0.01%) |
:arrow_up: |
=
so we see the correct line for functions in multiple-assignments likelet f(x) =\ng(x)=1\nend
for
loop iteration spec; allow this in Expr comparison instead.Part of #270