summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js
blob: f3860f6472cdfb63afe40b939cea02753b80c4e3 (plain)
1
2
3
4
5
/* globals user_pref */
user_pref(
  "browser.long.preference.name.that.causes.the.line.to.wrap",
  "itislong"
);