From 72370c8dfab35b46c8aa5f1647d8c7a61b85a68e Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 23 Oct 2018 17:48:58 +0200 Subject: [PATCH] closes #9400 --- nimpretty/tests/expected/simple2.nim | 5 +++++ nimpretty/tests/simple2.nim | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/nimpretty/tests/expected/simple2.nim b/nimpretty/tests/expected/simple2.nim index e265aaff03..99b48e543d 100644 --- a/nimpretty/tests/expected/simple2.nim +++ b/nimpretty/tests/expected/simple2.nim @@ -2,3 +2,8 @@ var x: int = 2 echo x + +proc fun*() = + echo "ok" + ## doc comment + # regular comment diff --git a/nimpretty/tests/simple2.nim b/nimpretty/tests/simple2.nim index e265aaff03..d07885fc55 100644 --- a/nimpretty/tests/simple2.nim +++ b/nimpretty/tests/simple2.nim @@ -2,3 +2,8 @@ var x: int = 2 echo x + +proc fun*()= + echo "ok" + ## doc comment + # regular comment