File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -1636,16 +1636,16 @@ TEST_F(test_linting_lsp_server,
1636
1636
byte_buffer& notification_json = outgoing_messages.new_message ();
1637
1637
notification_json.append_copy (
1638
1638
concat (u8R"( {
1639
- "method": "textDocument/publishDiagnostics",
1640
- "params": {
1641
- "uri": ")" _sv,
1639
+ "method": "textDocument/publishDiagnostics",
1640
+ "params": {
1641
+ "uri": ")" _sv,
1642
1642
this ->fs .file_uri_prefix_8 (),
1643
1643
u8R"( test.js",
1644
- "version": 10,
1645
- "diagnostics": []
1646
- },
1647
- "jsonrpc": "2.0"
1648
- })" _sv));
1644
+ "version": 10,
1645
+ "diagnostics": []
1646
+ },
1647
+ "jsonrpc": "2.0"
1648
+ })" _sv));
1649
1649
};
1650
1650
this ->client ->messages .clear ();
1651
1651
@@ -1765,16 +1765,16 @@ TEST_F(test_linting_lsp_server,
1765
1765
byte_buffer& notification_json = outgoing_messages.new_message ();
1766
1766
notification_json.append_copy (
1767
1767
concat (u8R"( {
1768
- "method": "textDocument/publishDiagnostics",
1769
- "params": {
1770
- "uri": ")" _sv,
1768
+ "method": "textDocument/publishDiagnostics",
1769
+ "params": {
1770
+ "uri": ")" _sv,
1771
1771
this ->fs .file_uri_prefix_8 (),
1772
1772
u8R"( test.js",
1773
- "version": 10,
1774
- "diagnostics": []
1775
- },
1776
- "jsonrpc": "2.0"
1777
- })" _sv));
1773
+ "version": 10,
1774
+ "diagnostics": []
1775
+ },
1776
+ "jsonrpc": "2.0"
1777
+ })" _sv));
1778
1778
};
1779
1779
this ->server ->append (
1780
1780
make_message (concat (u8R"( {
You can’t perform that action at this time.
0 commit comments