antham / ghokin

Parallelized formatter with no external dependencies for gherkin (cucumber, behat...)
MIT License
43 stars 5 forks source link

Escape pipes in table #52

Closed antham closed 3 years ago

antham commented 3 years ago

When a pipe was escaped in a table column, it was not escaped back when the output was formatted.

Fix #50

codecov-io commented 3 years ago

Codecov Report

Merging #52 (563a293) into master (b1bfc9f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   86.95%   86.95%           
=======================================
  Files          10       10           
  Lines         345      345           
=======================================
  Hits          300      300           
  Misses         28       28           
  Partials       17       17           
Impacted Files Coverage Δ
ghokin/transformer.go 94.36% <100.00%> (ø)

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 c80a67e...563a293. Read the comment docs.