NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

YAMLSupport should preserve escaped backslashes in YAML text #43

Closed bshand closed 11 months ago

bshand commented 11 months ago

This ensures that YAMLSupport correctly parses backslash escaped things that look like control characters, but aren't, e.g. ' \x01 ' [backslash][x][0][1].