From e7e75224a240688c99fd62f2bcef2445ca724f3b Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 24 Oct 2018 15:22:28 +0200 Subject: [PATCH] nimpretty: closes #9484 --- nimpretty/tests/expected/simple3.nim | 9 +++++++++ nimpretty/tests/simple3.nim | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 nimpretty/tests/expected/simple3.nim create mode 100644 nimpretty/tests/simple3.nim diff --git a/nimpretty/tests/expected/simple3.nim b/nimpretty/tests/expected/simple3.nim new file mode 100644 index 0000000000..f05c361adf --- /dev/null +++ b/nimpretty/tests/expected/simple3.nim @@ -0,0 +1,9 @@ + +#[ +foo bar +]# + + + +proc fun() = + echo "ok1" diff --git a/nimpretty/tests/simple3.nim b/nimpretty/tests/simple3.nim new file mode 100644 index 0000000000..f05c361adf --- /dev/null +++ b/nimpretty/tests/simple3.nim @@ -0,0 +1,9 @@ + +#[ +foo bar +]# + + + +proc fun() = + echo "ok1"