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"