Files
tubestation/tools/lint/test/files/lintpref/good.js
Kristen Wright 68b25387e2 Bug 1587180 - 4. Write a test for Lintpref r=ahal
Adds a test for Lintpref and two test files. Also makes some adjustments to `lintpref.yml` to improve support file loading.

Differential Revision: https://phabricator.services.mozilla.com/D49674
2019-10-21 19:23:08 +00:00

7 lines
131 B
JavaScript

// Fake prefs.
pref("foo.bar", 1);
pref("foo.baz", "1.234");
// Real test pref, different value.
pref("dom.webidl.test1", false);