Skip to content

3.2.2 breaks our CI #600

@hoxbro

Description

@hoxbro

With the release of 3.2.2, our CI started to fail.

I currently don't have an MRE, but I have tracked the problem to this commit: b6719a6 and these lines, now always run wheres before this commit only ran if content is None (the indention was changed in this PR)

if ParserElement.DEFAULT_WHITE_CHARS:
content.set_parse_action(
lambda t: t[0].strip(ParserElement.DEFAULT_WHITE_CHARS)
)

I don't know if this is expected behavior or a bug. If it is expected behavior, I would love to see a way to restore the old behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions