diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-03 16:43:30 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:08 +0200 |
| commit | bbcf1762ddd06a895b0bb235fa0718901dc73184 (patch) | |
| tree | 34bf1963c7a769830bac04949f9cf8445b50df71 /src/test/rustdoc-js-std/parser-errors.js | |
| parent | f5833e759ecd55c03afeb918263cb35fabc91177 (diff) | |
| download | rust-bbcf1762ddd06a895b0bb235fa0718901dc73184.tar.gz rust-bbcf1762ddd06a895b0bb235fa0718901dc73184.zip | |
Improve naming of "val" field
Diffstat (limited to 'src/test/rustdoc-js-std/parser-errors.js')
| -rw-r--r-- | src/test/rustdoc-js-std/parser-errors.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/rustdoc-js-std/parser-errors.js b/src/test/rustdoc-js-std/parser-errors.js index 98be691e0e7..b789fd05d7c 100644 --- a/src/test/rustdoc-js-std/parser-errors.js +++ b/src/test/rustdoc-js-std/parser-errors.js @@ -11,7 +11,7 @@ const PARSED = [ original: "<\"P\">", returned: [], typeFilter: null, - val: "<\"p\">", + userQuery: "<\"p\">", error: "`\"` cannot be used in generics", }, { @@ -24,7 +24,7 @@ const PARSED = [ original: "\"P\" \"P\"", returned: [], typeFilter: null, - val: "\"p\" \"p\"", + userQuery: "\"p\" \"p\"", error: "Cannot have more than one literal search element", }, { @@ -37,7 +37,7 @@ const PARSED = [ original: "P \"P\"", returned: [], typeFilter: null, - val: "p \"p\"", + userQuery: "p \"p\"", error: "Cannot use literal search when there is more than one element", }, ]; |
