| # See https://github.com/liblouis/issue/479 | |
| table: | | |
| lowercase a 1 | |
| digit 1 1 | |
| punctuation . 256 | |
| punctuation , 6 | |
| sign # 3456 | |
| sign | 123 | |
| numsign 3456 | |
| midnum . 256 | |
| numericnocontchars a | |
| tests: | |
| - - "1,1" | |
| - "#a,#a" | |
| - - "1.1" | |
| - "#a.a" | |
| - xfail: see https://github.com/liblouis/issue/479 |