- Notifications
You must be signed in to change notification settings - Fork91
Commit822fbbf
Daniel Shelepanov
[PBCKP-326] regex fixed in test_missing_replication_permission_1
Everything between WARNING and FATAL sections is now handled with the [\s\S]*? regex:* [\s\S] is a group that handles any whitespace and non-whitespace character including new lines which are important in this case.* "*" quantifier means zero or more characters. There may as well be nothing between these two sections.* "?" quantifies in this case means greedy search so that we don't match more than we need.1 parent25e63c5 commit822fbbf
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3226 | 3226 | | |
3227 | 3227 | | |
3228 | 3228 | | |
| 3229 | + | |
| 3230 | + | |
3229 | 3231 | | |
3230 | 3232 | | |
3231 | | - | |
3232 | | - | |
| 3233 | + | |
3233 | 3234 | | |
3234 | 3235 | | |
3235 | 3236 | | |
| |||
0 commit comments
Comments
(0)