Skip to content

Commit 86c4c9f

Browse files
committed
test(cli): Add reproduction case
1 parent 548ac37 commit 86c4c9f

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[default.extend-words]
2+
"trailling" = "trailing"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public function noErrorOnTraillingSemicolonAndWhitespace(Connection $connection)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
bin.name = "typos"
2+
args = ""
3+
status.code = 2
4+
stdin = ""
5+
stdout = """
6+
error: `Trailling` should be `trailing`
7+
--> ./file.txt:1:26
8+
|
9+
1 | public function noErrorOnTraillingSemicolonAndWhitespace(Connection $connection)
10+
| ^^^^^^^^^
11+
|
12+
"""
13+
stderr = ""

0 commit comments

Comments
 (0)