mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
8 lines
191 B
Plaintext
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 | |