mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Fix hex strings being printed as regular strings
This commit is contained in:
parent
8bf2b08a1b
commit
5fe90b63d3
6 changed files with 46 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
TEST_OUTPUT:
|
||||
---
|
||||
fail_compilation\fail136.d(10): Error: `"\xef\xbb\xbf"` has no effect
|
||||
fail_compilation/fail136.d(10): Error: `x"EFBBBF"` has no effect
|
||||
---
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue