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