mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 23:35:22 +00:00
changes how the now illegal 'string == nil' comparison is detected
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
discard """
|
||||
output: ""
|
||||
"""
|
||||
|
||||
var x = @["1", "", "3"]
|
||||
doAssert $x == """@["1", "", "3"]"""
|
||||
|
||||
Reference in New Issue
Block a user