diff --git a/nimpretty/tests/expected/simple2.nim b/nimpretty/tests/expected/simple2.nim new file mode 100644 index 0000000000..8d60c4067f --- /dev/null +++ b/nimpretty/tests/expected/simple2.nim @@ -0,0 +1,3 @@ +var x: int = 2 + +echo x diff --git a/nimpretty/tests/simple2.nim b/nimpretty/tests/simple2.nim new file mode 100644 index 0000000000..8d60c4067f --- /dev/null +++ b/nimpretty/tests/simple2.nim @@ -0,0 +1,3 @@ +var x: int = 2 + +echo x