Added container text into slicer tests output

This commit is contained in:
Valentin Kipyatkov
2020-04-14 11:56:27 +03:00
parent 2d2d9337ca
commit 23ead3c805
313 changed files with 2253 additions and 2331 deletions
@@ -1,9 +1,8 @@
5 val x = (::bar)(<bold>1</bold>)
5 val <bold>x = (::bar)(1)</bold>
5 val x = <bold>(::bar)(1)</bold>
5 [LAMBDA IN] val x = <bold>(::bar)</bold>(1)
4 fun <bold>bar(n: Int) = n</bold>
4 fun bar(n: Int) = <bold>n</bold>
4 fun bar(<bold>n: Int</bold>) = n
5 val x = (::bar)(<bold>1</bold>)
5 val x = (::bar)(<bold>1</bold>) (in test())
5 val <bold>x = (::bar)(1)</bold> (in test())
5 val x = <bold>(::bar)(1)</bold> (in test())
5 [LAMBDA IN] val x = <bold>(::bar)</bold>(1) (in test())
4 fun <bold>bar(n: Int) = n</bold> (in test())
4 fun bar(n: Int) = <bold>n</bold> (in test())
4 fun bar(<bold>n: Int</bold>) = n (in test())
5 val x = (::bar)(<bold>1</bold>) (in test())