mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 14:53:46 +00:00
Add test spec to tfuturestream
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
discard """
|
||||
file: "tfuturestream.nim"
|
||||
exitcode: 0
|
||||
output: '''
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
Done
|
||||
Finished
|
||||
'''
|
||||
"""
|
||||
import asyncdispatch
|
||||
|
||||
var fs = newFutureStream[string]()
|
||||
|
||||
Reference in New Issue
Block a user