Fixed test failing in nim 1.6
This commit is contained in:
parent
f8b15bb7c7
commit
76e291bbd2
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
discard """
|
||||
input: "ab1234cd12f"
|
||||
output: '''
|
||||
|
||||
[Suite] defaultIO
|
||||
gh789
|
||||
'''
|
||||
[OK] defaultCharacterInput
|
||||
[OK] defaultDecimalInput
|
||||
gh [OK] defaultCharacterOutput
|
||||
789 [OK] defaultDecimalOutput
|
||||
'''
|
||||
"""
|
||||
|
||||
import unittest
|
||||
|
|
Reference in a new issue