summary refs log blame commit diff stats
path: root/tests/arc/t17173.nim
blob: 0acd886a2495d955c5c51ac495be1a8462d2eeab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
                               







                       
discard """
  matrix: "--gc:refc; --gc:arc"
"""

import std/strbasics


var a = "  vhellov   "
strip(a)
doAssert a == "vhellov"