We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad97d23 commit fe8b3f3Copy full SHA for fe8b3f3
test/chars.test.ts
@@ -15,7 +15,7 @@ suite("assertNoDiff.chars()", function () {
15
const obj2 = "Captain Picard"
16
const expected = `mismatching strings:
17
18
-${red("Je")}${green("C")}${gray("a")}${green("ptai")}${gray("n")}${red("- Luc")}${gray("Picard")}`
+${red("Je")}${green("C")}${gray("a")}${green("ptai")}${gray("n")}${red("-Luc")}${gray(" Picard")}`
19
assert.throws(
20
function () {
21
assertNoDiff.chars(obj2, obj1)
0 commit comments