Skip to content

Commit

Permalink
updated pytest pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
smythi93 committed Jul 28, 2024
1 parent 032245a commit 703cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sflkit/runners/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_pattern(obj):
rf"<{obj} "
r"('(?P<name_single>([^']|\\')*)'"
r"|\"(?P<name_double>([^\"]|\\\")*)\""
r"|(?P<name>[^\"'][^>]*))"
r"|(?P<name>[^\"'].*))"
r">"
)

Expand Down

0 comments on commit 703cf74

Please sign in to comment.