Skip to content

Commit

Permalink
Merge pull request #8 from nms84/master
Browse files Browse the repository at this point in the history
fixed bug in regex of TransactionDetails
  • Loading branch information
wolph committed May 24, 2015
2 parents 722cfcc + 47035a0 commit 7325759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt940/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class TransactionDetails(Tag):
'''
id = 86
scope = mt940.models.Transaction
pattern = r'(?P<transaction_details>[.\s]{0,330})'
pattern = r'(?P<transaction_details>[\s\S]{0,330})'


@enum.unique
Expand Down

0 comments on commit 7325759

Please sign in to comment.