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

Commit 8e46d0c

Browse files
committed
fixing regex
1 parent 4b9f98f commit 8e46d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ steps:
182182
action_id: fileContents
183183
filename: 'src/App.jsx'
184184
- type: gate
185-
left: '/^\s*if\s*\(this\.state\.buttonClicked\s*===\s*"assignments"\)\n.*\n.*\n.*\n.*\n.*\n.*\n.*\n.*\n\s*}\s*\n/gm'
185+
left: '/^\s*if\s*\(\s*this.state.buttonClicked\s*===\s*"assignments"\)\s*{\s*\n.*\n.*\n.*\n.*\n.*\n.*\n.*\n.*\n.*}\s*\n/gm'
186186
operator: test
187187
right: '%actions.fileContents%'
188188
else:

0 commit comments

Comments
 (0)