about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-slice-array.js
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-03 08:16:58 +0000
committerbors <bors@rust-lang.org>2023-07-03 08:16:58 +0000
commita8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e (patch)
treefd1a539f81c6e5c12b15b966068fc2f5f86bf82f /tests/rustdoc-js-std/parser-slice-array.js
parent7d63d7021ff5c88d74dc776e9ef1d8e39467b216 (diff)
parent6a21b2ddc2d31ae1aef5b8eed87bb56943c2a685 (diff)
downloadrust-a8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e.tar.gz
rust-a8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e.zip
Auto merge of #2955 - rust-lang:rustup2023-07-03, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'tests/rustdoc-js-std/parser-slice-array.js')
-rw-r--r--tests/rustdoc-js-std/parser-slice-array.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rustdoc-js-std/parser-slice-array.js b/tests/rustdoc-js-std/parser-slice-array.js
index f85dd199741..c22b7870dbf 100644
--- a/tests/rustdoc-js-std/parser-slice-array.js
+++ b/tests/rustdoc-js-std/parser-slice-array.js
@@ -62,7 +62,7 @@ const PARSED = [
         error: null,
     },
     {
-        query: '[] u8',
+        query: '[],u8',
         elems: [
             {
                 name: "[]",
@@ -82,9 +82,9 @@ const PARSED = [
             },
         ],
         foundElems: 2,
-        original: "[] u8",
+        original: "[],u8",
         returned: [],
-        userQuery: "[] u8",
+        userQuery: "[],u8",
         error: null,
     },
     {