mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
move mutation tests
This commit is contained in:
parent
18f6fd7cf4
commit
a2a1fd0490
3 changed files with 243 additions and 232 deletions
|
@ -17,6 +17,7 @@ exports.assertEqualStrings = function (a, b) {
|
|||
return a === b
|
||||
}
|
||||
|
||||
// not used
|
||||
exports.throughIterator = function (opsStr) {
|
||||
var iter = Changeset.opIterator(opsStr);
|
||||
var assem = Changeset.opAssembler();
|
||||
|
@ -26,6 +27,7 @@ exports.throughIterator = function (opsStr) {
|
|||
return assem.toString();
|
||||
}
|
||||
|
||||
// not used
|
||||
exports.throughSmartAssembler = function (opsStr) {
|
||||
var iter = Changeset.opIterator(opsStr);
|
||||
var assem = Changeset.smartOpAssembler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue