Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Tilde special escape character preceeded by a preprocessor name (compile-time constant) not working #304

Open
trianglePB opened this issue Sep 26, 2023 · 0 comments

Comments

@trianglePB
Copy link

Description of the Issue

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) .

Screenshots

grafik

Debug Information

PPP v. 1.8.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant