changes how the now illegal 'string == nil' comparison is detected

This commit is contained in:
Andreas Rumpf
2018-08-15 16:31:56 +02:00
parent 94684488d6
commit 0da91aa744
5 changed files with 12 additions and 7 deletions

View File

@@ -1,2 +1,6 @@
discard """
output: ""
"""
var x = @["1", "", "3"]
doAssert $x == """@["1", "", "3"]"""