Differences From Artifact [ca6bb30dca]:
- File gc_lang/fr/xpi/gce_worker.js — part of check-in [96809cd8cd] at 2017-07-13 17:30:18 on branch kill_innerHTML — [fx][js] gc_panel revamping (part 2) (user: olr, size: 4488) [annotate] [blame] [check-ins using]
To Artifact [be41214f38]:
- File gc_lang/fr/xpi/gce_worker.js — part of check-in [acf176c4b5] at 2017-07-14 06:47:09 on branch kill_innerHTML — [fx][js] test_panel: remove innerHTML (user: olr, size: 4485) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
122 123 124 125 126 127 128 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | - + |
gce.setOptions(helpers.objectToMap(JSON.parse(sGCOptions)));
}
let tests = require("resource://grammalecte/tests.js");
let oTest = new tests.TestGrammarChecking(gce);
let sAllRes = "";
for (let sRes of oTest.testParse()) {
dump(sRes+"\n");
|
| ︙ |