Commit ce145c44 authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

PRESUBMIT: stop excaping forward slashes in regexes

This is a followup to crrev.com/595106, realizing that there are ~80
more lines to change.

The same (anti)pattern is found in:
shell> git grep '\\\\\\/' -- '*.py'  # my job is counting slashes
  android_webview/support_library/PRESUBMIT.py
  mojo/PRESUBMIT.py
  native_client_sdk/PRESUBMIT.py
  third_party/blink/PRESUBMIT.py
  third_party/blink/renderer/bindings/PRESUBMIT.py

Not updating these files now because:
1. lazy
2. allowing the world where this might break
3. will shoot those at different OWNERS

Bug: None
Change-Id: Ib9d9209098147fa9a36bb179a138b625ad2ff3d6
Reviewed-on: https://chromium-review.googlesource.com/1251629Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595178}
parent e6b3d48c
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment