Fix parsing multiline failures in PHPUnit problem matcher

This commit is contained in:
Shivam Mathur 2020-11-18 22:51:51 +05:30
parent 98c86463d0
commit afc606ae3c
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -7,7 +7,7 @@
"regexp": "^\\d+\\)\\s.*$" "regexp": "^\\d+\\)\\s.*$"
}, },
{ {
"regexp": "^(.*Failed\\sasserting\\sthat.*)$", "regexp": "^(.*Failed\\sasserting\\sthat.*(?:\\r\\n|\\n(?!^\\s*$).*)*)$",
"message": 1 "message": 1
}, },
{ {