diff options
Diffstat (limited to 'nimpretty/tests/expected/simple3.nim')
-rw-r--r-- | nimpretty/tests/expected/simple3.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nimpretty/tests/expected/simple3.nim b/nimpretty/tests/expected/simple3.nim index f05c361ad..7f17e0fc6 100644 --- a/nimpretty/tests/expected/simple3.nim +++ b/nimpretty/tests/expected/simple3.nim @@ -7,3 +7,10 @@ foo bar proc fun() = echo "ok1" + +proc fun2(a = "fooo" & "bar" & "bar" & "bar" & "bar" & ( + "bar" & "bar" & "bar") & "bar" & "bar" & "bar" & "bar" & "bar" & "bar" & + "bar" & "bar" & "bar"): auto = + discard + +fun2() |