From 778e4d1775be16732cff396c9db4701d96d4e753 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 16 Oct 2018 17:21:41 +0200 Subject: nimpretty: fixes #9144 --- nimpretty/tests/expected/simple.nim | 4 ++++ nimpretty/tests/simple.nim | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 nimpretty/tests/expected/simple.nim create mode 100644 nimpretty/tests/simple.nim (limited to 'nimpretty/tests') diff --git a/nimpretty/tests/expected/simple.nim b/nimpretty/tests/expected/simple.nim new file mode 100644 index 000000000..75f570bac --- /dev/null +++ b/nimpretty/tests/expected/simple.nim @@ -0,0 +1,4 @@ + +var x: int = 2 + +echo x # bug #9144 diff --git a/nimpretty/tests/simple.nim b/nimpretty/tests/simple.nim new file mode 100644 index 000000000..9e3c52f9b --- /dev/null +++ b/nimpretty/tests/simple.nim @@ -0,0 +1,5 @@ + +var x: int = 2 + +echo x +# bug #9144 -- cgit 1.4.1-2-gfad0