diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-22 01:28:20 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2009-12-22 01:28:20 +0100 |
commit | 2169fd63bdf9caf539ca7ca5b661ee703206500c (patch) | |
tree | e8d531ac9984699054744ad654c972acf5463062 /tests/titer5.nim | |
parent | 9dda24e475bbdb3e33ae22d745bfaca552e18465 (diff) | |
download | Nim-2169fd63bdf9caf539ca7ca5b661ee703206500c.tar.gz |
version 0.8.6
Diffstat (limited to 'tests/titer5.nim')
-rwxr-xr-x | tests/titer5.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/titer5.nim b/tests/titer5.nim index c84c5c807..1ac37ba66 100755 --- a/tests/titer5.nim +++ b/tests/titer5.nim @@ -1,4 +1,6 @@ # Test method call syntax for iterators: +import strutils + const lines = """abc xyz""" for x in lines.split(): |