summary refs log blame commit diff stats
path: root/tools/nimsuggest/tests/tstrutils.nim
blob: f5cda9505359e48d2d05a23d2ae1bb412b7cb0af (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                                          





                                                                                                        
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
"""

# Line 2300 in strutils.nim is doAssert and this is unlikely to change
# soon since there are a whole lot of doAsserts there.