summary refs log tree commit diff stats
path: root/tools/nimsuggest/tests/tstrutils.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-02-03 17:36:39 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-02-03 17:36:39 +0100
commit76a28d8b83190ee43826a82b0314800715e1bdbf (patch)
tree679a85587e1176357b67e1b323b5e64beb2bb94f /tools/nimsuggest/tests/tstrutils.nim
parent26fb6cb07357b0565f2d53c387c50f9727b9f579 (diff)
downloadNim-76a28d8b83190ee43826a82b0314800715e1bdbf.tar.gz
nimsuggest: bugfix: also output documentation comments
Diffstat (limited to 'tools/nimsuggest/tests/tstrutils.nim')
-rw-r--r--tools/nimsuggest/tests/tstrutils.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nimsuggest/tests/tstrutils.nim b/tools/nimsuggest/tests/tstrutils.nim
index f5cda9505..34da8cb53 100644
--- a/tools/nimsuggest/tests/tstrutils.nim
+++ b/tools/nimsuggest/tests/tstrutils.nim
@@ -1,7 +1,7 @@
 discard """
 $nimsuggest --tester lib/pure/strutils.nim
 >def lib/pure/strutils.nim:2300:6
-def;;skTemplate;;system.doAssert;;proc (cond: bool, msg: string): typed;;*/lib/system.nim;;*;;9;;"";;100
+def;;skTemplate;;system.doAssert;;proc (cond: bool, msg: string): typed;;*/lib/system.nim;;*;;9;;"same as `assert` but is always turned on and not affected by the\x0A``--assertions`` command line switch.";;100
 """
 
 # Line 2300 in strutils.nim is doAssert and this is unlikely to change