fix wrong pattern

This commit is contained in:
Sekan, Tobias 2020-11-09 06:48:12 +01:00
parent 772255e4e0
commit 4a25335036

View File

@ -13,7 +13,7 @@ TestCase\("[^"]+"
# Test line with hexadecimal colors # Test line with hexadecimal colors
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\] \[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\] \[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
\[DataRow\("[0-9A-F]{6}", "[0-9BCGMRY]3", \d{3}, \d{3}\)\] \[DataRow\("[0-9A-F]{6}", "[0-9BCGMRY]", \d{3}, \d{3}\)\]
# Windows paths # Windows paths
\\native \\native