Skip to content

Commit

Permalink
Update regex to match google3 version. (ampproject#35030)
Browse files Browse the repository at this point in the history
  • Loading branch information
banaag authored Jun 25, 2021
1 parent 535eb91 commit ee7020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-tiktok/validator-amp-tiktok.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tags: { # <amp-tiktok>
attr_lists: "extended-amp-global"
attrs: {
name: "data-src";
value_regex: "\d";
value_regex: "\\d";
mandatory: true
}
spec_url: "https://amp.dev/documentation/components/amp-tiktok"
Expand Down

0 comments on commit ee7020b

Please sign in to comment.