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
7 lines
131 B
JavaScript
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);
|