mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
LibJS: Add space in output of toEval in test-common.js
This commit is contained in:
parent
8fa6861f66
commit
49fc0e2514
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class ExpectationError extends Error {
|
||||||
this.__expect(
|
this.__expect(
|
||||||
this.inverted ? !success : success,
|
this.inverted ? !success : success,
|
||||||
() =>
|
() =>
|
||||||
`Expected _${valueToString(this.target)}_` +
|
`Expected _${valueToString(this.target)}_ ` +
|
||||||
(this.inverted ? "not to eval but it did" : "to eval but it didn't")
|
(this.inverted ? "not to eval but it did" : "to eval but it didn't")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue