mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Clean up tests/iter
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
discard """
|
||||
output: '''DabcD'''
|
||||
output: '''1
|
||||
2
|
||||
3
|
||||
4
|
||||
20
|
||||
21
|
||||
22
|
||||
23'''
|
||||
"""
|
||||
|
||||
proc toIter*[T](s: Slice[T]): iterator: T =
|
||||
|
||||
Reference in New Issue
Block a user