From d70669617941fbeee7d794646a3de62b2a4bbdc6 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Fri, 26 Jan 2018 08:29:33 -0500 Subject: [PATCH] Test case for ref changes with empty names, #4830 --- features/guidance/new-name.feature | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/features/guidance/new-name.feature b/features/guidance/new-name.feature index 9ab342eef..e191f1988 100644 --- a/features/guidance/new-name.feature +++ b/features/guidance/new-name.feature @@ -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 """