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









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

import std/strbasics


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