Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

z/OS v6.11.4 Beta5

Compare
Choose a tag to compare
@jBarz jBarz released this 27 Oct 14:55
· 1 commit to moved since this release
Convert embedded quotes in strings correctly

The regular expression which identifies strings literals in source
can not handle the case when a quote character is embedded in the
string. For example "Convert \"this\"" would not convert correctly
due to the embedded \" characters in the string. In order to avoid
this situation we can preprocess all the escape sequences in the source
prior to trying to identify string and character literals.