Bump version to 19.1.0git
[llvm-project.git] / clang-tools-extra / clangd / test / spaces-in-delimited-input.test
blobaa191b6f2097f97b4a3f74c1f90049c28945f657
1 # RUN: clangd -input-style=delimited -sync < %s 2>&1 | FileCheck %s
2 # RUN: clangd -lit-test -sync < %s 2>&1 | FileCheck %s
4 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
6 ---
8 {"jsonrpc":"2.0","id":3,"method":"shutdown"}
10 ---
12 {"jsonrpc":"2.0","method":"exit"}
13 # CHECK-NOT: JSON parse error