Fix hex strings being printed as regular strings

This commit is contained in:
Dennis Korpel 2024-01-25 10:59:45 +01:00 committed by The Dlang Bot
parent 8bf2b08a1b
commit 5fe90b63d3
6 changed files with 46 additions and 12 deletions

View file

@ -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
---
*/