mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibJS: Add space in output of toEval in test-common.js
This commit is contained in:
parent
8fa6861f66
commit
49fc0e2514
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/davidot
Commit: 49fc0e2514
Pull-request: https://github.com/SerenityOS/serenity/pull/16094
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class ExpectationError extends Error {
|
|||
this.__expect(
|
||||
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")
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue