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

Update c_parser.py to fix string concatenation error #547

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 3, 2024

  1. Update c_parser.py

    Do not remove consecutive double quotes, as it might result in a different string in case of an escaped octal or hexadecimal value at the end of the first string AND a numeric character at the beginning of the second string
    Llewyllen authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7ffc25d View commit details
    Browse the repository at this point in the history
  2. Update test_c_parser.py

    Llewyllen authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    33b9c49 View commit details
    Browse the repository at this point in the history
  3. Update test_c_parser.py

    Llewyllen authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aa2c84f View commit details
    Browse the repository at this point in the history