summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js')
-rw-r--r--testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js b/testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js
new file mode 100644
index 0000000000..f3860f6472
--- /dev/null
+++ b/testing/mozbase/mozprofile/tests/files/prefs_with_multiline.js
@@ -0,0 +1,5 @@
+/* globals user_pref */
+user_pref(
+ "browser.long.preference.name.that.causes.the.line.to.wrap",
+ "itislong"
+);