Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit a56f634

Browse files
Parth ShahParth Shah
authored andcommitted
added multiline
1 parent 9ff7993 commit a56f634

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757
action_id: fileContents
5858
filename: 'src/App.jsx'
5959
- type: gate
60-
left: '/^\s*<\s*h3\s*className\s*=\s*"\s*Box-title\s*d-flex\s*flex-justify-center\s*"\s*>\s*GradeBook\s*<\s*\/\s*h3\s*>/g'
60+
left: '/^\s*<\s*h3\s*className\s*=\s*"\s*Box-title\s*d-flex\s*flex-justify-center\s*"\s*>\s*GradeBook\s*<\s*\/\s*h3\s*>/gm'
6161
operator: test
6262
right: '%actions.fileContents%'
6363
else:
@@ -89,7 +89,7 @@ steps:
8989
action_id: fileContents
9090
filename: 'src/App.jsx'
9191
- type: gate
92-
left: '/^\s*import\s*List\s*from\s*"\s*\.\/List\s*"\s*;\s*/g'
92+
left: '/^\s*import\s*List\s*from\s*"\s*\.\/List\s*"\s*;\s*/gm'
9393
operator: test
9494
right: '%actions.fileContents%'
9595
else:
@@ -147,7 +147,7 @@ steps:
147147
action_id: fileContents
148148
filename: 'src/List.jsx'
149149
- type: gate
150-
left: '/^\s*>\s*{\s*this\.props\.title\s*}\s*<\s*/g'
150+
left: '/^\s*>\s*{\s*this\.props\.title\s*}\s*<\s*/gm'
151151
operator: test
152152
right: '%actions.fileContents%'
153153
else:
@@ -179,7 +179,7 @@ steps:
179179
action_id: fileContents
180180
filename: 'src/List.jsx'
181181
- type: gate
182-
left: '/^\s*students\s*:\s*\[\s*\]\s*,\s*/g'
182+
left: '/^\s*students\s*:\s*\[\s*\]\s*,\s*/gm'
183183
operator: test
184184
right: '%actions.fileContents%'
185185
else:

0 commit comments

Comments
 (0)