node/test/fixtures/errors/throw_null.snapshot
Shelley Vohr e4f61de14f
test: make snapshot comparison more flexible
PR-URL: https://github.com/nodejs/node/pull/54375
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-08-16 14:29:22 +00:00

9 lines
118 B
Plaintext

*throw_null.js:*
throw null;
^
null
(Use `* --trace-uncaught ...` to show where the exception was thrown)
Node.js *