Differences From Artifact [1893d7a17d]:
- File gc_core/js/tests.js — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 5426) [annotate] [blame] [check-ins using]
To Artifact [f619a539fc]:
- File gc_core/js/tests.js — part of check-in [ed1de3fcde] at 2017-05-19 18:10:27 on branch trunk — [core] [js] tests: don’t test rules beginning with p_ or d_ (user: olr, size: 5433) [annotate] [blame] [check-ins using]
| ︙ | |||
| 75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | - + | 
        catch (e) {
            helpers.logerror(e);
        }
        if (bShowUntested) {
            i = 0;
            for (let [sOpt, sLineId, sRuleId] of gce.listRules()) {
 | 
| ︙ |