Update rustdoc-js-std tests
This commit is contained in:
parent
b99bf4677b
commit
b5f8258497
7 changed files with 127 additions and 105 deletions
|
@ -9,7 +9,7 @@ const PARSED = [
|
|||
error: 'Unclosed `<`',
|
||||
},
|
||||
{
|
||||
query: 'p<> u8',
|
||||
query: 'p<>,u8',
|
||||
elems: [
|
||||
{
|
||||
name: "p",
|
||||
|
@ -29,9 +29,9 @@ const PARSED = [
|
|||
},
|
||||
],
|
||||
foundElems: 2,
|
||||
original: "p<> u8",
|
||||
original: "p<>,u8",
|
||||
returned: [],
|
||||
userQuery: "p<> u8",
|
||||
userQuery: "p<>,u8",
|
||||
error: null,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue