From 6ad4022b5e69e9a7dd1b151e6d54ab62624fc4d8 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 16 Oct 2018 17:25:12 +0200 Subject: [PATCH] nimpretty: added an new simple test (cherry picked from commit 480d228603f4b304ed782a3a8bec7edbd3ed9f93) --- nimpretty/tests/expected/simple2.nim | 3 +++ nimpretty/tests/simple2.nim | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 nimpretty/tests/expected/simple2.nim create mode 100644 nimpretty/tests/simple2.nim 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