Skip to content

BUGFIX: Don't be greedy swallowing quotes#171

Merged
skx merged 1 commit into
mainfrom
quites
Jul 12, 2026
Merged

BUGFIX: Don't be greedy swallowing quotes#171
skx merged 1 commit into
mainfrom
quites

Conversation

@skx

@skx skx commented Jul 12, 2026

Copy link
Copy Markdown
Owner

In the past this failed:

    (println "\"")

The issue was the strings.Trim call was swallowing the opening quote and BOTH of the closing ones. Now we just take one out, manually.

In the past this failed:

        (println "\"")

The issue was the strings.Trim call was swallowing the opening quote
and BOTH of the closing ones.  Now we just take one out, manually.
@skx skx merged commit ccaad17 into main Jul 12, 2026
1 check passed
@skx skx deleted the quites branch July 12, 2026 07:03
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.

1 participant