Skip to content

Parsing not working for test files #4

@TomVanLaere-bit

Description

@TomVanLaere-bit

Hello Daniel,

I have some test files were the line feed is \r\n instead of \n. Even when the \r is removed the parsing does not work.

For example I modified:

r"(:20:(?P<transaction_reference>[^\s:]+)\s*)?"

to

r"(:20:(?P<transaction_reference>[^\s:]).)"

then it works fine

thanks for the work

Tom

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