1
Fork 0

Add GUI test for rustdoc search errors background

This commit is contained in:
Guillaume Gomez 2023-02-28 22:54:09 +01:00
parent 6b0b65424a
commit cfb4af87e3
2 changed files with 41 additions and 2 deletions

View file

@ -67,7 +67,7 @@ const PARSED = [
returned: [],
typeFilter: -1,
userQuery: "a<\"p\">",
error: "`\"` cannot be used in generics",
error: "Unexpected `\"` in generics",
},
{
elems: [],
@ -373,7 +373,7 @@ const PARSED = [
returned: [],
typeFilter: -1,
userQuery: "a!a",
error: '`!` can only be at the end of an ident',
error: 'Unexpected `!`: it can only be at the end of an ident',
},
{
elems: [],