1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/libpref/test/unit/data/testPref.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +user_pref("testPref.bool1", true); 1.5 +user_pref("testPref.bool2", false); 1.6 +user_pref("testPref.int1", 23); 1.7 +user_pref("testPref.int2", -1236); 1.8 +user_pref("testPref.char1", "_testPref"); 1.9 +user_pref("testPref.char2", "älskar"); 1.10 \ No newline at end of file