mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
Merge branch 'devel' into bugfix-2858-testament-sources-system-wide
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
discard """
|
||||
output: '''true'''
|
||||
output: '''true
|
||||
123
|
||||
'''
|
||||
"""
|
||||
|
||||
# This file tests some magic
|
||||
@@ -7,3 +9,4 @@ discard """
|
||||
var foo = cstring("foo")
|
||||
var bar = cstring("foo")
|
||||
echo(foo == bar)
|
||||
echo "01234"[1 .. ^2]
|
||||
|
||||
Reference in New Issue
Block a user