mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 19:04:46 +00:00
Slightly better test case
Tests identity rather than exact output.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
discard """
|
||||
output = ""
|
||||
output = "И\n"
|
||||
"""
|
||||
|
||||
let s: string = "И\n"
|
||||
let cs = s.cstring
|
||||
|
||||
echo $s
|
||||
|
||||
Reference in New Issue
Block a user