summary refs log tree commit diff stats
path: root/tests/stdlib/tterminal_15874.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tterminal_15874.nim')
-rw-r--r--tests/stdlib/tterminal_15874.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/stdlib/tterminal_15874.nim b/tests/stdlib/tterminal_15874.nim
new file mode 100644
index 000000000..c3455c350
--- /dev/null
+++ b/tests/stdlib/tterminal_15874.nim
@@ -0,0 +1,8 @@
+discard """
+  cmd: "nim c --app:console $file"
+  action: "compile"
+"""
+
+import terminal
+
+writeStyled("hello", {styleBright})