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-quote.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-quote.js')
| -rw-r--r-- | src/test/rustdoc-js-std/parser-quote.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/rustdoc-js-std/parser-quote.js b/src/test/rustdoc-js-std/parser-quote.js index de7b004159f..aa1b8d3dc64 100644 --- a/src/test/rustdoc-js-std/parser-quote.js +++ b/src/test/rustdoc-js-std/parser-quote.js @@ -17,7 +17,7 @@ const PARSED = [ generics: [], }], typeFilter: -1, - val: "-> \"p\"", + userQuery: "-> \"p\"", error: null, }, // This one checks that if quotes are used on the type filter, they're @@ -38,7 +38,7 @@ const PARSED = [ original: "\"const\": \"p\"", returned: [], typeFilter: 17, - val: "\"const\": \"p\"", + userQuery: "\"const\": \"p\"", error: null, }, { @@ -57,7 +57,7 @@ const PARSED = [ original: "(\"p\")", returned: [], typeFilter: -1, - val: "(\"p\")", + userQuery: "(\"p\")", error: null, }, // This test checks that a literal item can still have generics. @@ -83,7 +83,7 @@ const PARSED = [ original: "\"p\"<p>", returned: [], typeFilter: -1, - val: "\"p\"<p>", + userQuery: "\"p\"<p>", error: null, }, ]; |
