summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/run/inspect_color_overwrite.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testdata/run/inspect_color_overwrite.ts b/tests/testdata/run/inspect_color_overwrite.ts
new file mode 100644
index 000000000..e1e991d87
--- /dev/null
+++ b/tests/testdata/run/inspect_color_overwrite.ts
@@ -0,0 +1,5 @@
+console.log(
+ Deno[Deno.internal].inspectArgs(["%cfoo%cbar", "", "color: red"], {
+ colors: true,
+ }),
+);