Skip to content

Commit 91e9f07

Browse files
committed
fix: markdown
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 272f95e commit 91e9f07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Given fetch field :path from previous JSON response
6060
Given the response should contain the initial state :name with the following values:
6161
Given the response should contain the initial state :name json that match with:
6262
Given the following :appId app config is set
63-
Given /^run the command "(?P<command>(?:[^"]|\\")*)"$/
63+
Given /^run the command "(?P<command>(?:[^"]|\")*)"$/
6464
Given the output of the last command should contain the following text:
6565
Given the output of the last command should be empty
66-
Given /^run the command "(?P<command>(?:[^"]|\\")*)" with result code (\d+)$/
67-
Given /^run the bash command "(?P<command>(?:[^"]|\\")*)" with result code (\d+)$/
66+
Given /^run the command "(?P<command>(?:[^"]|\")*)" with result code (\d+)$/
67+
Given /^run the bash command "(?P<command>(?:[^"]|\")*)" with result code (\d+)$/
6868
Given create an environment :name with value :value to be used by occ command
6969
```
7070

0 commit comments

Comments
 (0)