Java 17: adjust expected test output

This commit is contained in:
yo-h
2021-11-26 17:20:29 -05:00
committed by Chris Smowton
parent 27b699df33
commit 0bf7e075e5
8 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
| IntegerLiterals.java:23:3:23:13 | 0xffff_ffff | -1 | -1 |
| IntegerLiterals.java:24:3:24:16 | 0377_7777_7777 | -1 | -1 |
| IntegerLiterals.java:25:3:25:43 | 0b1111_1111_1111_1111_1111_1111_1111_1111 | -1 | -1 |
| IntegerLiterals.java:27:8:27:8 | 0 | 0 | 0 |
| IntegerLiterals.java:27:3:27:8 | \\u0030 | 0 | 0 |
| IntegerLiterals.java:32:4:32:4 | 0 | 0 | 0 |
| IntegerLiterals.java:33:4:33:4 | 0 | 0 | 0 |
| IntegerLiterals.java:34:4:34:4 | 1 | 1 | 1 |