diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-12 16:05:00 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-14 14:22:17 +0200 |
| commit | b5f8258497d1a1a4b9d5a006e6880a3159ef6ddb (patch) | |
| tree | 48f038ba65aa26fd24f447d366f3e67916f7d5ff /tests/rustdoc-js-std/parser-quote.js | |
| parent | b99bf4677bb157ad46758099189389ac8cc60779 (diff) | |
| download | rust-b5f8258497d1a1a4b9d5a006e6880a3159ef6ddb.tar.gz rust-b5f8258497d1a1a4b9d5a006e6880a3159ef6ddb.zip | |
Update rustdoc-js-std tests
Diffstat (limited to 'tests/rustdoc-js-std/parser-quote.js')
| -rw-r--r-- | tests/rustdoc-js-std/parser-quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-js-std/parser-quote.js b/tests/rustdoc-js-std/parser-quote.js index 9d2a3620ed7..731673cf463 100644 --- a/tests/rustdoc-js-std/parser-quote.js +++ b/tests/rustdoc-js-std/parser-quote.js @@ -38,7 +38,7 @@ const PARSED = [ original: '"p" -> a', returned: [], userQuery: '"p" -> a', - error: "You cannot have more than one element if you use quotes", + error: "Cannot have more than one element if you use quotes", }, { query: '"a" -> "p"', |
