diff options
Diffstat (limited to 'nimpretty/tests/expected/simple2.nim')
-rw-r--r-- | nimpretty/tests/expected/simple2.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nimpretty/tests/expected/simple2.nim b/nimpretty/tests/expected/simple2.nim index 99b48e543..f26a2f2ed 100644 --- a/nimpretty/tests/expected/simple2.nim +++ b/nimpretty/tests/expected/simple2.nim @@ -7,3 +7,9 @@ proc fun*() = echo "ok" ## doc comment # regular comment + +proc funB() = + echo "ok1" + # echo "ok2" + +fun() |