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 6d59954 commit 594f14cCopy full SHA for 594f14c
JShellWrapper/src/test/java/JShellWrapperTest.java
@@ -215,7 +215,7 @@ void testSyntaxError() {
215
0
216
SYNTAX_ERROR
217
print(
218
- print(\\n
+
219
false
220
""");
221
// CONSIDERED_INCOMPLETE
@@ -228,7 +228,7 @@ void testSyntaxError() {
228
229
230
while(true)
231
- while(true)\\n
232
233
234
evalTest("""
@@ -240,7 +240,7 @@ void testSyntaxError() {
240
241
242
for(int i = 0; i < 10; i++)
243
- for(int i = 0; i < 10; i++)\\n
244
245
246
}
0 commit comments