Grammalecte  Diff

Differences From Artifact [24427fff6b]:

To Artifact [f2f737b523]:


143
144
145
146
147
148
149


150

            helpers.logerror(e);
        }
        return [" ".repeat(sLine.length), ""];
    };

}



exports.TestGrammarChecking = TestGrammarChecking;








>
>
|
>
143
144
145
146
147
148
149
150
151
152
153
            helpers.logerror(e);
        }
        return [" ".repeat(sLine.length), ""];
    };

}


if (typeof(exports) !== 'undefined') {
    exports.TestGrammarChecking = TestGrammarChecking;
}