Skip to content

Commit

Permalink
Stop making gsnedders glare at me
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed May 14, 2018
1 parent bd57e81 commit c4eab55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/lint/tests/test_file_lints.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ def test_css_missing_file_manual():
(b"""// META: timeout=long\n""", None),
(b"""// META: timeout=long\n""", None),
(b"""// META: script=foo.js\n""", None),
(b"""// META: variant=\n""", None),
(b"""// META: variant=?wss\n""", None),
(b"""# META:\n""", None),
(b"""\n// META: timeout=long\n""", (2, "STRAY-METADATA")),
(b""" // META: timeout=long\n""", (1, "INDENTED-METADATA")),
Expand Down

0 comments on commit c4eab55

Please sign in to comment.