nicklockwood / Expression

A cross-platform Swift library for evaluating mathematical expressions at runtime
MIT License
824 stars 50 forks source link

Dictionary Literals #40

Closed evinyang closed 2 years ago

evinyang commented 2 years ago

Support dictionary literals using infix operator : + 8 tests

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (50e85c4) into master (8fb79f9) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   97.89%   97.91%   +0.01%     
==========================================
  Files           5        5              
  Lines        4555     4596      +41     
==========================================
+ Hits         4459     4500      +41     
  Misses         96       96              
Impacted Files Coverage Δ
Sources/AnyExpression.swift 99.14% <100.00%> (+0.02%) :arrow_up:
Tests/AnyExpressionTests.swift 97.87% <100.00%> (+0.03%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.