Escape quotes in no-loc text (#33413)

pull/33414/head
Luke Latham 2024-08-22 10:27:22 -04:00 committed by GitHub
parent cfb44addeb
commit c2763e42a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ The preceding example displays the following output in the browser's debug conso
> :::no-loc text="{name: 'Example JS Object', answer: 41, question: null, Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}":::
> :::no-loc text="{name: 'Example JS Object', answer: 42, question: null, Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}":::
> :::no-loc text="{name: 'Example JS Object', answer: 42, question: 'What is the answer?', Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}":::
> :::no-loc text="Summary: Question: "What is the answer?" Answer: 42":::
> :::no-loc text="Summary: Question: \"What is the answer?\" Answer: 42":::
## Asynchronous interop