You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
The tilde character used to escape quotes in quoted strings is not working when preceeded by a compile-time constant.
Syntax highligting is affected as well as "Check code validity" will report errors because the string ends at the wrong quote leading to follow-up error.
Steps to Reproduce the Issue
For example: MESSAGE "WARNING: The Database ~"{&tria_dbname_test}~" is not connected.".
will show that the string already ends before "is not connected".
Expected Behavior
The tilde should correctly escape the quote and the string must not end.
Actual Behavior
The tilde does not escape the following character if preceeded by a preprocessor name (compile-time constant) .