We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61a662 commit 8d0b6a6Copy full SHA for 8d0b6a6
README.md
@@ -10,7 +10,7 @@ cucumber-expression := ( alternation | optional | parameter | text )*
10
alternation := (?<=left-boundary) + alternative* + ( '/' + alternative* )+ + (?=right-boundary)
11
left-boundary := whitespace | } | ^
12
right-boundary := whitespace | { | $
13
-alternative: = optional | parameter | text
+alternative := optional | parameter | text
14
optional := '(' + option* + ')'
15
option := optional | parameter | text
16
parameter := '{' + name* + '}'
0 commit comments