mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
nimpretty: closes #9484
This commit is contained in:
9
nimpretty/tests/expected/simple3.nim
Normal file
9
nimpretty/tests/expected/simple3.nim
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#[
|
||||
foo bar
|
||||
]#
|
||||
|
||||
|
||||
|
||||
proc fun() =
|
||||
echo "ok1"
|
||||
9
nimpretty/tests/simple3.nim
Normal file
9
nimpretty/tests/simple3.nim
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#[
|
||||
foo bar
|
||||
]#
|
||||
|
||||
|
||||
|
||||
proc fun() =
|
||||
echo "ok1"
|
||||
Reference in New Issue
Block a user