escaped_pipes.feature · 341 B · ext
.feature · seen 362× in SWHvia unique-primary
swh:1:cnt:489a145d709f64fdb46b9490a92e354c3a45b3bc;origin=https://github.com/ducminh-phan/reformat-gherkin;anchor=swh:1:rev:342e4203b8682cf49a6b65d9e74464b73954c896;path=/tests/gherkin_test_data/escaped_pipes.feature
Show source
Feature: Escaped pipes
The \-character will be considered as an escape in table cell
iff it is followed by a |-character, a \-character or an n.
Scenario: They are the future
Given they have arrived
| æ | o |
| a | ø |
Given they have arrived
| \|æ\\n | \o\no\ |
| \\\|a\\\\n | ø\\\nø\\|