Skip to content

Commit

Permalink
[clangd] Fix a lit-test.
Browse files Browse the repository at this point in the history
Summary:
Fixes https://bugs.llvm.org/show_bug.cgi?id=40593.
Non-percent-encoded chars doesn't cause any problems on the input-side since we
assume everything after authority section is data and don't interpret them as
delimeters.

Reviewers: sammccall

Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58126

llvm-svn: 353857
  • Loading branch information
kadircet committed Feb 12, 2019
1 parent 4633689 commit 8773144
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@
}
}
}
# CHECK: "uri": "file://DIRECTORY/foo.cpp"
# CHECK: "uri": "file://{{.*}}/foo.cpp"
---
{"jsonrpc":"2.0","id":3,"method":"shutdown"}
---
Expand Down

0 comments on commit 8773144

Please sign in to comment.