cucumber / cucumber-ruby-wire

Wire protocol plugin for Cucumber
MIT License
7 stars 11 forks source link

Single `\` (backslash) doesn't survive the Wire #3

Closed d-led closed 8 years ago

d-led commented 8 years ago

Given the following scenario:

Scenario: Backslashes in step definitions
     Given "\u20ac"
     And "\\u20ac"

in the first case, u20ac arrives from the wire, and in the second case \\u20ac.

Tested with both cucumber-cpp and cucumber-tcl-wire (as they have different wire client implementations)

tested with Cucumber 2.1.0 on win32, will retest with newer cucumber

d-led commented 8 years ago

2.3.2 doesn't have the issue, closing