mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 23:54:19 +00:00
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