Skip to content

Commit

Permalink
Test case for ref changes with empty names, #4830
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jan 26, 2018
1 parent 77f8a4f commit 44c3262
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions features/guidance/new-name.feature
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,21 @@ Feature: New-Name Instructions
| waypoints | route | turns |
| a,c | , | depart,arrive |

Scenario: No Name, Reference changed
Given the node map
"""
a ----- b ----- c
"""

And the ways
| nodes | name | ref | highway |
| ab | | US 322 | motorway |
| bc | | US 422 | motorway |

When I route I should get
| waypoints | route | turns |
| a,c | , | depart,arrive |

Scenario: Spaces in refs for containment check, #3086
Given the node map
"""
Expand Down

0 comments on commit 44c3262

Please sign in to comment.