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

Fix handling \" as escaped quote #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dedmen
Copy link
Contributor

@dedmen dedmen commented Nov 20, 2018

Config parser would error on things like
entry = "string\path\to\something\"; with an error about a missing ending quote.
Because it thinks the \ is escaping the quotes.
\ is not a escape character in Arma configs though. Quotes are escaped by placing two next to eachother.

@jonpas
Copy link
Contributor

jonpas commented Nov 20, 2018

Test failed. Unrecognized rule.

src/rapify.l Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants