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 980d716 commit 4a422cfCopy full SHA for 4a422cf
symja_android_library/matheclipse-io/src/test/java/org/matheclipse/io/system/ConstantTest.java
@@ -81,7 +81,7 @@ public void testOut() {
81
"44");
82
check(
83
"Hold(Out(-1))", //
84
- "Hold(Out(-1))");
+ "Hold(%)");
85
86
"Hold(%4)", //
87
"Hold(Out(4))");
@@ -102,7 +102,7 @@ public void testOut() {
102
+ "Out(5)=44\n"
103
+ "Out(6)=42\n"
104
+ "Out(7)=44\n"
105
- + "Out(8)=Hold(Out(-1))\n"
+ + "Out(8)=Hold(%)\n"
106
+ "Out(9)=Hold(Out(4))\n"
107
+ "Out(10)=Out(0)\n"
108
+ "Out(11)=Null\n"
0 commit comments