Files
ladybird/Libraries/LibJS
Matthew Olsson 53f1090b86 LibJS: run-test.sh emits test output if it is not "PASS"
Previously, debugging a test with console.log statements was impossible,
because it would just cause the test to fail with no additional output.
Now, if the output of a test is not "PASS", the output will be printed
under the line where the test failed.

Empty output will have a special message attached to it -- useful when
a test author has forgotten to include `console.log("PASS")` at the end
of a test.
2020-06-26 12:40:07 +02:00
..
2020-06-13 12:43:22 +02:00
2020-06-07 19:29:40 +02:00
2020-06-07 19:29:40 +02:00
2020-06-07 19:29:40 +02:00