We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45a75c commit 9214dcfCopy full SHA for 9214dcf
gnovm/pkg/gnolang/native_perf_and_test.go
@@ -89,7 +89,7 @@ func TestGnoPrintAndPrintln(t *testing.T) {
89
{
90
"println with no args",
91
"println()",
92
- "",
+ "\n",
93
},
94
95
"print with 1 arg",
gnovm/pkg/gnolang/uverse.go
@@ -756,10 +756,6 @@ func makeUverseNode() {
756
arg0 := m.LastBlock().GetParams1()
757
xv := arg0
758
xvl := xv.TV.GetLength()
759
- if xvl == 0 {
760
- // Mimick Go in which invoking println() does nothing.
761
- return
762
- }
763
764
switch debug {
765
case true:
0 commit comments