diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2011-11-03 17:05:32 +0100 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2011-12-22 17:17:06 +0100 |
commit | 5ede29cd051b818c7c2fc926c4acba86ddb76a0e (patch) | |
tree | 8e0f21121ffd9f44884e2354a63ede3313c0e05b /tests/system/helpers/readall_echo.nim | |
parent | 4f08946f64f04ef85a53c686fb89b8d84fbc6d65 (diff) | |
download | Nim-5ede29cd051b818c7c2fc926c4acba86ddb76a0e.tar.gz |
implemented readAll()
Diffstat (limited to 'tests/system/helpers/readall_echo.nim')
-rw-r--r-- | tests/system/helpers/readall_echo.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/helpers/readall_echo.nim b/tests/system/helpers/readall_echo.nim new file mode 100644 index 000000000..2890217ef --- /dev/null +++ b/tests/system/helpers/readall_echo.nim @@ -0,0 +1 @@ +echo(stdin.readAll) |