Skip to content

asmfmt incorrectly alters quoted strings #46

@hughdavenport

Description

@hughdavenport

With the following example, I would expect no change after running asmfmt:

db ","
db ";"
db "http://example.com"
db ','
db ';'

Currently I get the following output, with spaces added erroneously:

db ", "
db "; "
db "http: // example.com"
db ', '
db '; '

I'm keen to make a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions