Fixed examples table syntax in default settings behat file.

This commit is contained in:
abhinavgandham
2026-01-22 18:26:44 +10:00
committed by Brendan Heywood
parent e4be98f482
commit 54eca9e3a1

View File

@@ -33,6 +33,6 @@ Feature: Change the default settings
| description[text] | <description> |
Examples:
warning | duration | title | description | css |
15 | 30 | An Outage | My outage until {stop}. | /* Some CSS. */ |
30 | 45 | My Behat Outage {start} | My outage with <b>HTML</b>. | /* More CSS. */ |
| warning | duration | title | description | css |
| 15 | 30 | An Outage | My outage until {stop}. | /* Some CSS. */ |
| 30 | 45 | My Behat Outage {start} | My outage with <b>HTML</b>. | /* More CSS. */ |