This commit is contained in:
Araq
2015-04-11 09:51:20 +02:00
parent 06feaef64a
commit 28ecf72f79
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
discard """
output: '''true'''
output: '''true
true'''
"""
# bug #2489
@@ -7,3 +8,8 @@ discard """
let a = [1]
let b = [1]
echo a == b
# bug #2498
var x: array[0, int]
var y: array[0, int]
echo x == y