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 |            |
 | 
				
			||||||
@ -377,12 +377,12 @@ Feature: Turn Lane Guidance
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        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    |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user