brintos

brintos / llvm-project-archived public Read only

0
0
Text · 460 B · f51a727 Raw
13 lines · plain
1# RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s2# Test with invalid initialize request parameters3{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":"","rootUri":"test:///workspace","capabilities":{},"trace":"off"}}4#      CHECK:  "id": 0,5# CHECK-NEXT:  "jsonrpc": "2.0",6# CHECK-NEXT:  "result": {7# CHECK-NEXT:    "capabilities": {8# ...9---10{"jsonrpc":"2.0","id":3,"method":"shutdown"}11---12{"jsonrpc":"2.0","method":"exit"}13