contract C { function f() public pure { hex"1_234"; } } // ---- // ParserError: (52-56): Expected even number of hex-nibbles.