fix #6736: templates in unittest now show actual value (#13354)

This commit is contained in:
Miran
2020-02-07 22:04:08 +01:00
committed by GitHub
parent 78b15de304
commit f3117d350e
2 changed files with 26 additions and 1 deletions

View File

@@ -631,7 +631,7 @@ macro check*(conditions: untyped): untyped =
var counter = 0
if exp[0].kind == nnkIdent and
if exp[0].kind in {nnkIdent, nnkOpenSymChoice, nnkClosedSymChoice, nnkSym} and
$exp[0] in ["not", "in", "notin", "==", "<=",
">=", "<", ">", "!=", "is", "isnot"]: