Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed OpenEdgeABL String literals #652

Merged
merged 2 commits into from Oct 6, 2022
Merged

Commits on Jul 18, 2022

  1. OpenEdge ABL string literals used the wrong escape character

    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)
    MrGussio committed Jul 18, 2022
    Copy the full SHA
    91e0cf5 View commit details
    Browse the repository at this point in the history
  2. Updated OpenEdge testfile

    MrGussio committed Jul 18, 2022
    Copy the full SHA
    bf1ca19 View commit details
    Browse the repository at this point in the history