This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
action_id : fileContents
58
58
filename : ' src/App.jsx'
59
59
- 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 '
61
61
operator : test
62
62
right : ' %actions.fileContents%'
63
63
else :
89
89
action_id : fileContents
90
90
filename : ' src/App.jsx'
91
91
- 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 '
93
93
operator : test
94
94
right : ' %actions.fileContents%'
95
95
else :
@@ -147,7 +147,7 @@ steps:
147
147
action_id : fileContents
148
148
filename : ' src/List.jsx'
149
149
- 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 '
151
151
operator : test
152
152
right : ' %actions.fileContents%'
153
153
else :
@@ -179,7 +179,7 @@ steps:
179
179
action_id : fileContents
180
180
filename : ' src/List.jsx'
181
181
- type : gate
182
- left : ' /^\s*students\s*:\s*\[\s*\]\s*,\s*/g '
182
+ left : ' /^\s*students\s*:\s*\[\s*\]\s*,\s*/gm '
183
183
operator : test
184
184
right : ' %actions.fileContents%'
185
185
else :
You can’t perform that action at this time.
0 commit comments