Skip to content

Conversation

@MrGussio
Copy link
Contributor

Replaced the backslash with a tilde for the OpenEdge ABL lexer, and updated its testcase

MrGussio added 2 commits July 18, 2022 10:27
When OpenEdge ABL runs on Windows, the tilde is used as an escape character instead of a backslash as in most common programming languages. On UNIX platforms, the backslash is also an escape character. But because we cannot know the running platform, it seems better to only use the tilde as a backslash character. (source: https://knowledgebase.progress.com/articles/Article/P27229)
@alecthomas alecthomas merged commit c56819b into alecthomas:master Oct 6, 2022
@alecthomas
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants