Skip to content

Commit 62cd8b1

Browse files
committed
Test for jq_format
Introduce a small formatting problem in a json file to test jq_format.
1 parent c1b10dc commit 62cd8b1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/matchers/jq_valid.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"problemMatcher": [
3-
{
4-
"owner": "jq_valid",
5-
"pattern": [
2+
"problemMatcher": [
63
{
7-
"regexp": "^(.+);;(.+) at line (\\d+), column (\\d+)$",
8-
"file": 1,
9-
"message": 2,
10-
"line": 3,
11-
"column": 4
4+
"owner": "jq_valid",
5+
"pattern": [
6+
{
7+
"regexp": "^(.+);;(.+) at line (\\d+), column (\\d+)$",
8+
"file": 1,
9+
"message": 2,
10+
"line": 3,
11+
"column": 4
12+
}
13+
]
1214
}
13-
]
14-
}
15-
]
15+
]
1616
}

0 commit comments

Comments
 (0)