forked from OSchip/llvm-project
Documentation: fix escaping in JSON example
llvm-svn: 173950
This commit is contained in:
parent
b46dc57feb
commit
2625cf06ff
|
@ -57,7 +57,7 @@ Example:
|
||||||
|
|
||||||
[
|
[
|
||||||
{ "directory": "/home/user/llvm/build",
|
{ "directory": "/home/user/llvm/build",
|
||||||
"command": "/usr/bin/clang++ -Irelative -DSOMEDEF='\"With spaces and quotes.\"' -c -o file.o file.cc",
|
"command": "/usr/bin/clang++ -Irelative -DSOMEDEF=\"With spaces, quotes and \\-es.\" -c -o file.o file.cc",
|
||||||
"file": "file.cc" },
|
"file": "file.cc" },
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue