()
| 70 | } |
| 71 | |
| 72 | @Test |
| 73 | public void testX10Y10() throws IOException { |
| 74 | checkDecodeResource( |
| 75 | "XXXXXXXXXXYYYYYYYYYY", |
| 76 | "\u001B\u0013\u0000\u0000\u00A4\u00B0\u00B2\u00EA\u0081G\u0002\u008A"); |
| 77 | } |
| 78 | |
| 79 | @Test |
| 80 | public void testX64() throws IOException { |
nothing calls this directly
no test coverage detected