mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
12 lines
133 B
Nim
12 lines
133 B
Nim
discard """
|
|
sortoutput: true
|
|
output: '''
|
|
2
|
|
1
|
|
'''
|
|
"""
|
|
|
|
# this test should ensure that the output is actually sorted
|
|
echo "2"
|
|
echo "1"
|