This commit is contained in:
Araq
2019-09-11 11:59:12 +02:00
parent ee36931f26
commit 99425ff21d

View File

@@ -194,6 +194,7 @@ proc sameIgnoreBacktickGensymInfo(a, b: string): bool =
if a[0] != b[0]: return false
var last = a.len - 1
while last > 0 and a[last] != '`': dec(last)
if last == 0: last = a.len - 1
var i = 1
var j = 1