Files
codeql/cpp/ql/test/library-tests/constants/constants/chars.expected
2018-08-02 17:53:23 +01:00

8 lines
191 B
Plaintext

| 10 | '\\n' | \\n |
| 10 | L'\\n' | \\n |
| 72 | 'H' | H |
| 72 | L'H' | H |
| 101 | '\\\ne' | \\\ne |
| 101 | L'\\\ne' | \\\ne |
| 159 | L'\\x9f' | \\x9f |
| -97 | '\\x9f' | \\x9f |