mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 10:01:39 +00:00
Fix CI
This commit is contained in:
@@ -31,7 +31,7 @@ runnableExamples:
|
||||
##
|
||||
|
||||
runnableExamples:
|
||||
let encodedInts = encode([1,2,3])
|
||||
let encodedInts = encode([1'u8,2,3])
|
||||
assert encodedInts == "AQID"
|
||||
let encodedChars = encode(['h','e','y'])
|
||||
assert encodedChars == "aGV5"
|
||||
|
||||
Reference in New Issue
Block a user