SAP / abap-file-formats-tools

Tools for the development of ABAP file formats
MIT License
25 stars 6 forks source link

No escaping for standard escapes in regular expressions #314

Closed wurzka closed 3 months ago

wurzka commented 4 months ago

With #312 the support of this generator for patterns in JSON schema has been added. However, escapes in the REGEX are not escaped in the JSON. Refer to JSON Schema specification: :

Use only standard escapes like \n, \r, \t and keep in mind that you also need to do JSON escaping.