Update rustdoc-js-std tests

This commit is contained in:
Guillaume Gomez
2023-06-12 16:05:00 +02:00
parent b99bf4677b
commit b5f8258497
7 changed files with 127 additions and 105 deletions

View File

@@ -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,
},
{