summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nimpretty/tests/expected/simple2.nim3
-rw-r--r--nimpretty/tests/simple2.nim3
2 files changed, 6 insertions, 0 deletions
diff --git a/nimpretty/tests/expected/simple2.nim b/nimpretty/tests/expected/simple2.nim
new file mode 100644
index 000000000..8d60c4067
--- /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 000000000..8d60c4067
--- /dev/null
+++ b/nimpretty/tests/simple2.nim
@@ -0,0 +1,3 @@
+var x: int = 2
+
+echo x