summary refs log tree commit diff stats
path: root/tests/lexer/tident.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lexer/tident.nim')
-rw-r--r--tests/lexer/tident.nim14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/lexer/tident.nim b/tests/lexer/tident.nim
index 3327344a5..e5177436d 100644
--- a/tests/lexer/tident.nim
+++ b/tests/lexer/tident.nim
@@ -1,3 +1,16 @@
+discard """
+output: '''
+Length correct
+Correct
+Correct
+Correct
+Correct
+Correct
+Correct
+Correct
+Correct
+'''
+"""
 
 type
   TIdObj* = object of RootObj
@@ -19,4 +32,3 @@ proc myNewString(L: int): string {.inline.} =
       echo("Wrong")
 
 var s = myNewString(8)
-