diff options
author | ReneSac <reneduani@yahoo.com.br> | 2015-04-09 18:51:30 -0300 |
---|---|---|
committer | ReneSac <reneduani@yahoo.com.br> | 2015-04-09 18:51:30 -0300 |
commit | d71f1b98e0c88acb30d109eb84a00d5ffc9e8cfe (patch) | |
tree | ddae73f381b8cb361ba97de4f6e68514936fce4d /tests | |
parent | 8490699224023aa65cbfadbddf579199d7cb4221 (diff) | |
download | Nim-d71f1b98e0c88acb30d109eb84a00d5ffc9e8cfe.tar.gz |
Restore newline at the end of the file.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/parser/tstrongspaces.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/tstrongspaces.nim b/tests/parser/tstrongspaces.nim index c5b611509..eaf4d908c 100644 --- a/tests/parser/tstrongspaces.nim +++ b/tests/parser/tstrongspaces.nim @@ -80,4 +80,4 @@ echo 3 -+> 2 + 2 and 4 var arrowed = 3-+>2 + 2 and 4 # arrowed = 4 echo arrowed ===> 15 echo (2 * 3-+>2) == (2*3 -+> 2) -echo arrowed ===> 2 + 3-+>2 \ No newline at end of file +echo arrowed ===> 2 + 3-+>2 |