Commit 721f94ad authored by Franziska Hinkelmann's avatar Franziska Hinkelmann Committed by Commit Bot

[test] Fixing incorrectly capitalised regexps

Bug: 
Change-Id: I32faae50c786b67599a68840baad478ce81c1398
Reviewed-on: https://chromium-review.googlesource.com/663544Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Franziska Hinkelmann <franzih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47989}
parent 981b7712
......@@ -899,7 +899,7 @@ res[819] = /:/;
res[820] = /([\da-f:]+)$/i;
res[821] = /^.*\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/;
res[822] = /^(\d+)\s+IN\s+SOA\s+(\S+)\s+(\S+)\s*\(\s*$/;
res[823] = /^[a-zA-Z\d][a-zA-Z\d\-]*(\.[a-zA-Z\d][a-zA-z\d\-]*)*\.$/;
res[823] = /^[a-zA-Z\d][a-zA-Z\d\-]*(\.[a-zA-Z\d][a-zA-Z\d\-]*)*\.$/;
res[824] = /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/;
res[825] = /^(?=ab(de))(abd)(e)/;
res[826] = /^(?!(ab)de|x)(abd)(f)/;
......
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