Skip to content

Commit 62f7f6f

Browse files
Fix test v4.24.0-rc1
1 parent edeb0ca commit 62f7f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/in_command_dependency.expected.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{"severity": "info",
1212
"pos": {"line": 2, "column": 22},
1313
"endPos": {"line": 2, "column": 28},
14-
"data": "Try this: exact x"}],
14+
"data": "Try this:\n exact x"}],
1515
"env": 0}
1616

1717
{"sorries":
@@ -40,6 +40,6 @@
4040
[{"severity": "info",
4141
"pos": {"line": 0, "column": 0},
4242
"endPos": {"line": 0, "column": 0},
43-
"data": "Try this: exact x"}],
43+
"data": "Try this:\n exact x"}],
4444
"goals": []}
4545

0 commit comments

Comments
 (0)