summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/nested_error.ts
AgeCommit message (Collapse)Author
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in ↵David Sherret
entry text (#18366) Fixes `Deno.inspect` to make an object literal non-compact when an entry has multiple lines in it.
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)