Skip to content

Commit bed8687

Browse files
committed
correctly escape the escaped backslash
1 parent 19fd134 commit bed8687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

url-check

url-check-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"^https://commons\\.wikimedia\\.org/wiki/File:Trains_icons_": "')' bug",
2222
"^https://pixabay\\.com/": "gives 403 to curl",
2323
"^https://fonts.google.com/download?family=": "bash param in the URL",
24-
"https://standard.publiccode.net/criteria/\\2.html": "regex in URL",
24+
"https://standard.publiccode.net/criteria/\\\\2.html": "regex in URL",
2525
"amsterdam\\.nl/en/": "frequent timeouts"
2626
}
2727
}

0 commit comments

Comments
 (0)