Chromium Code Reviews| Index: chrome/browser/test_presubmit.py |
| diff --git a/chrome/browser/test_presubmit.py b/chrome/browser/test_presubmit.py |
| index 1ad8ed270150efdac5a88b9df39163512ab964c5..c4293defacf9b4d257013ab5bcf4b477d7879cba 100755 |
| --- a/chrome/browser/test_presubmit.py |
| +++ b/chrome/browser/test_presubmit.py |
| @@ -762,6 +762,10 @@ blah /* hey! */ |
| 100% { height: 500px; } |
| } |
| +#rule { /* ${TemplateExpressions} should be ignored. */ |
| + rule: ${someValue}; |
| +} |
| + |
| #rule { |
| rule: value; }""", """ |
| - Always put a rule closing brace (}) on a new line. |