Commits

dmh committed ea7c0fc91b8
[NCF-280]/TLO-836022 Fix bug where leading backslash digit in name was not being properly handled. The reason was that I accidentally attemped to allow \x... and \0... escapes in identifiers. This make identifiers with leading escaped digits not work any more. Also added test case.