mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
nimpretty: added an new simple test
This commit is contained in:
3
nimpretty/tests/expected/simple2.nim
Normal file
3
nimpretty/tests/expected/simple2.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
var x: int = 2
|
||||
|
||||
echo x
|
||||
3
nimpretty/tests/simple2.nim
Normal file
3
nimpretty/tests/simple2.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
var x: int = 2
|
||||
|
||||
echo x
|
||||
Reference in New Issue
Block a user