aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-01-28 18:07:21 +0100
committerJulien Dessaux2022-01-28 18:07:21 +0100
commit76e291bbd28fc9cccd19a1171347e4080f49f02a (patch)
tree15cfe3791babce441dfa53821836b02530a086ea
parentFixed deprecated usage of readChars (diff)
downloadnimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.tar.gz
nimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.tar.bz2
nimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.zip
Fixed test failing in nim 1.61.1.0
-rw-r--r--tests/defaultIO.nim8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/defaultIO.nim b/tests/defaultIO.nim
index 2de2330..95cd7ca 100644
--- a/tests/defaultIO.nim
+++ b/tests/defaultIO.nim
@@ -1,9 +1,13 @@
discard """
input: "ab1234cd12f"
output: '''
+
[Suite] defaultIO
-gh789
- '''
+ [OK] defaultCharacterInput
+ [OK] defaultDecimalInput
+gh [OK] defaultCharacterOutput
+789 [OK] defaultDecimalOutput
+'''
"""
import unittest