Add testcase
This commit is contained in:
parent
3478476e42
commit
bac64ce32f
@ -20,4 +20,10 @@ TestRegister.addApiTests([
|
|||||||
assert.equal(Utils.parseEscapedChars("\\\\\\'"), "\\'");
|
assert.equal(Utils.parseEscapedChars("\\\\\\'"), "\\'");
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
it("Utils: should replace delete character", () => {
|
||||||
|
assert.equal(
|
||||||
|
Utils.printable("\x7e\x7f\x80\xa7", false, true),
|
||||||
|
"\x7e...",
|
||||||
|
);
|
||||||
|
}),
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user