mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 01:51:43 +00:00
clean up SOME pending/xxx/issue link comments (#21826)
* clean up SOME pending/xxx/issue link comments * great
This commit is contained in:
@@ -45,8 +45,7 @@ block: # `$`(SomeInteger)
|
||||
|
||||
check $int8.low == "-128"
|
||||
check $int8(-128) == "-128"
|
||||
when not defined js: # pending https://github.com/nim-lang/Nim/issues/14127
|
||||
check $cast[int8](-128) == "-128"
|
||||
check $cast[int8](-128) == "-128"
|
||||
|
||||
var a = 12345'u16
|
||||
check $a == "12345"
|
||||
|
||||
Reference in New Issue
Block a user