File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/ql/test/library-tests/literals Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515| literals/Literals.java:130:3:130:13 | "\\u1234567" | \u1234567 | \u1234567 |
1616| literals/Literals.java:131:3:131:18 | "\\uaBcDeF\\u0aB1" | \uabcdeF\u0ab1 | \uabcdeF\u0ab1 |
1717| literals/Literals.java:132:3:132:16 | "\\uD800\\uDC00" | \ud800\udc00 | \ud800\udc00 |
18- | literals/Literals.java:134:3:134:10 | "\\uD800" | ? | ? |
19- | literals/Literals.java:135:3:135:10 | "\\uDC00" | ? | ? |
20- | literals/Literals.java:136:3:136:31 | "hello\\uD800hello\\uDC00world" | hello?hello?world | hello?hello?world |
18+ | literals/Literals.java:134:3:134:10 | "\\uD800" | \ufffd | \ufffd |
19+ | literals/Literals.java:135:3:135:10 | "\\uDC00" | \ufffd | \ufffd |
20+ | literals/Literals.java:136:3:136:31 | "hello\\uD800hello\\uDC00world" | hello\ufffdhello\ufffdworld | hello\ufffdhello\ufffdworld |
You can’t perform that action at this time.
0 commit comments