gongo / turnip_formatter

A pretty formatter for Turnip
http://gongo.hatenablog.com/entry/2013/04/18/203426
MIT License
34 stars 24 forks source link

Step report should be html escaped. #81

Closed ichiko closed 7 years ago

ichiko commented 7 years ago

I found non escaped step title broken my report. I use turnip_formatter 0.6.0.pre.beta.3.

With steps like berow

Scenario: sample
   Step click < icon on view.

expected <div class="step-title">Step click &lt; mark on view.</div>, but got <div class="step-title">Step click < mark on view.</div>.

so, i fix it.

gongo commented 7 years ago

Hi @ichiko thanks for PR !!

gongo commented 7 years ago

I've released 0.6.0.pre.beta.4

ichiko commented 7 years ago

Hi @gongo Thanks for fast release!