mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 00:41:28 +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:
@@ -41,8 +41,7 @@ template main =
|
||||
test ".1", 0.1
|
||||
test "-.1", -0.1
|
||||
test "-0", -0.0
|
||||
when false: # pending bug #18246
|
||||
test "-0", -0.0
|
||||
test "-0", -0'f # see #18246, -0 won't work
|
||||
test ".1e-1", 0.1e-1
|
||||
test "0_1_2_3.0_1_2_3E+0_1_2", 123.0123e12
|
||||
test "0_1_2.e-0", 12e0
|
||||
|
||||
Reference in New Issue
Block a user