Fix tests after cucumber update and changed escaping.
This commit is contained in:
parent
4fcb5d28a4
commit
3d80f989d0
@ -272,8 +272,8 @@ Feature: Turn Lane Guidance
|
|||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | turn:lanes:forward | highway | junction | # |
|
| nodes | turn:lanes:forward | highway | junction | # |
|
||||||
| ab | slight_right\|slight_right&slight_right | primary | | |
|
| ab | slight_right\|slight_right\|slight_right | primary | | |
|
||||||
| bc | slight_left\|slight_right&slight_right | primary | roundabout | top |
|
| bc | slight_left\|slight_right\|slight_right | primary | roundabout | top |
|
||||||
| cd | | primary | roundabout | top |
|
| cd | | primary | roundabout | top |
|
||||||
| de | | primary | roundabout | top |
|
| de | | primary | roundabout | top |
|
||||||
| eb | | primary | roundabout | top |
|
| eb | | primary | roundabout | top |
|
||||||
@ -304,7 +304,7 @@ Feature: Turn Lane Guidance
|
|||||||
| nodes | turn:lanes:forward | highway | junction |
|
| nodes | turn:lanes:forward | highway | junction |
|
||||||
| ab | | primary | |
|
| ab | | primary | |
|
||||||
| bc | | primary | roundabout |
|
| bc | | primary | roundabout |
|
||||||
| cd | slight_left\|slight_left&slight_right | primary | roundabout |
|
| cd | slight_left\|slight_left\|slight_right | primary | roundabout |
|
||||||
| de | | primary | roundabout |
|
| de | | primary | roundabout |
|
||||||
| eb | | primary | roundabout |
|
| eb | | primary | roundabout |
|
||||||
| df | | primary | |
|
| df | | primary | |
|
||||||
@ -376,18 +376,18 @@ Feature: Turn Lane Guidance
|
|||||||
| | y | | | |
|
| | y | | | |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | turn:lanes:forward | highway | junction | name |
|
| nodes | turn:lanes:forward | highway | junction | name |
|
||||||
| ab | through\|right&right&right&right | primary | | abx |
|
| ab | through\|right\|right\|right\|right | primary | | abx |
|
||||||
| bx | | primary | | abx |
|
| bx | | primary | | abx |
|
||||||
| bc | right\|right&right&right | primary | | bc |
|
| bc | right\|right\|right\|right | primary | | bc |
|
||||||
| cd | | primary | roundabout | cdefc |
|
| cd | | primary | roundabout | cdefc |
|
||||||
| de | slight_left\|slight_left&slight_left&slight_right | primary | roundabout | cdefc |
|
| de | slight_left\|slight_left&slight_left\|slight_right | primary | roundabout | cdefc |
|
||||||
| ef | left\|slight_right&slight_right | primary | roundabout | cdefc |
|
| ef | left\|slight_right\|slight_right | primary | roundabout | cdefc |
|
||||||
| fc | | primary | roundabout | cdefc |
|
| fc | | primary | roundabout | cdefc |
|
||||||
| ey | | primary | | ey |
|
| ey | | primary | | ey |
|
||||||
| fg | through\|right | primary | | fg |
|
| fg | through\|right | primary | | fg |
|
||||||
| gz | | primary | | gz |
|
| gz | | primary | | gz |
|
||||||
| gh | | primary | | gh |
|
| gh | | primary | | gh |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route | turns | lanes |
|
| waypoints | route | turns | lanes |
|
||||||
|
Loading…
Reference in New Issue
Block a user