Hexadecimal exponent no longer works

Recently I noticed how the hexadecimal exponent no longer works in roblox.

local x = 0x12p34

This used to work (before the new literals), but now doesn’t.

Before new literals-
image
After new literals-
image

1 Like

Probably related; don’t know if it’s fixed,