diff options
author | Araq <rumpf_a@web.de> | 2018-10-23 17:38:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-10-23 17:52:18 +0200 |
commit | 695074214b0e6348db73b71cbd2090da08106fd4 (patch) | |
tree | 59193196c2a2fd45ac565f7a110d61ab9cc3e1e5 /nimpretty/tests/simple2.nim | |
parent | 00f84d3d22cdeed7b4a2060e6307e3a742729055 (diff) | |
download | Nim-695074214b0e6348db73b71cbd2090da08106fd4.tar.gz |
nimpretty: minor bug fix
Diffstat (limited to 'nimpretty/tests/simple2.nim')
-rw-r--r-- | nimpretty/tests/simple2.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nimpretty/tests/simple2.nim b/nimpretty/tests/simple2.nim index 8d60c4067..e265aaff0 100644 --- a/nimpretty/tests/simple2.nim +++ b/nimpretty/tests/simple2.nim @@ -1,3 +1,4 @@ +# comment here var x: int = 2 echo x |