Skip to content

Commit e5ae119

Browse files
committed
#63 Also testOwnerSubexpression only allows numbers
1 parent 9cf77ea commit e5ae119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Please refer to the following usage example for the parameters descriptions:
221221
<!-- See coverage reporting options in framework documentation. -->
222222
<testsOwner>tests_owner</testsOwner>
223223
<testsRegexExpression>.*/\w+/(\w+)/(\w+)\.\w{3}</testsRegexExpression>
224-
<testsOwnerSubexpression>test</testsOwnerSubexpression>
224+
<testsOwnerSubexpression>3</testsOwnerSubexpression>
225225
<testsNameSubexpression>2</testsNameSubexpression>
226226
<testsTypeSubexpression>1</testsTypeSubexpression>
227227
<testsCustomTypeMapping>

0 commit comments

Comments
 (0)