Skip to content

Commit e54438a

Browse files
mkArtakMSFTamcasey
andauthored
Fix the aot search regex (#47969)
* Fix the aot search regex FabricBot doesn't support regular expression flags. Hence going with a workaround. * Update .github/fabricbot.json Co-authored-by: Andrew Casey <[email protected]> --------- Co-authored-by: Andrew Casey <[email protected]>
1 parent 8f36789 commit e54438a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/fabricbot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@
36873687
{
36883688
"name": "bodyContains",
36893689
"parameters": {
3690-
"bodyPattern": "(aot)/i",
3690+
"bodyPattern": "[Aa][Oo][Tt]",
36913691
"isRegex": true
36923692
}
36933693
},

0 commit comments

Comments
 (0)