We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957478c commit 201ac2bCopy full SHA for 201ac2b
tests/stdlib/trepr.nim
@@ -193,10 +193,8 @@ proc `foo bar baz`(): int =
193
let a = deb:
194
proc `foo=`() = discard
195
doAssert a == """
196
-
197
proc `foo=`() =
198
- discard
199
-"""
+ discard"""
200
201
block: # bug #14850
202
block:
@@ -221,7 +219,6 @@ proc `foo=`() =
221
219
4)
222
220
223
224
225
template bar(): untyped =
226
foo1:
227
discard
@@ -244,8 +241,7 @@ template bar(): untyped =
244
241
4
245
242
a.add(foo7 do:
246
243
echo "baz"
247
- 4)
248
+ 4)"""
249
250
static: main()
251
main()
0 commit comments