From 2927e59fedf4baf6a1e7eccb5253c56665d7ad24 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Sat, 30 Jul 2022 21:03:26 +0100 Subject: [PATCH] Add test for foot profile named-road suffixes --- features/foot/names.feature | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/features/foot/names.feature b/features/foot/names.feature index c14b00b7f..8b8498c26 100644 --- a/features/foot/names.feature +++ b/features/foot/names.feature @@ -20,3 +20,20 @@ Feature: Foot - Street names in instructions When I route I should get | from | to | route | ref | | a | c | My Way,, | ,A7,A7 | + + + Scenario: Foot - Combines named roads with suffix changes + Given the node map + """ + a b c d + """ + + And the ways + | nodes | name | + | ab | High Street W | + | bc | High Street E | + | cd | Market Street | + + When I route I should get + | from | to | route | + | a | d | High Street W,Market Street,Market Street |