Skip to content

Fix string constants issue#328

Merged
Carter12s merged 4 commits into
masterfrom
fix-string-constants-issue
May 17, 2026
Merged

Fix string constants issue#328
Carter12s merged 4 commits into
masterfrom
fix-string-constants-issue

Conversation

@Carter12s
Copy link
Copy Markdown
Collaborator

@Carter12s Carter12s commented May 17, 2026

Description

Fixes some oddities around string constants. Especially if their contents looked like a comment.

string MY_CONSTANT=foo # you'd think this would be a comment, but it is actually part of the string contents

Fixes

Closes: #235

Checklist

  • Update CHANGELOG.md

@Carter12s Carter12s merged commit 9a358f1 into master May 17, 2026
8 checks passed
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.

Errors with String Type Constants

1 participant