about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/parser-errors.js
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-385/+0
2022-04-26Update rustdoc search test to check `!`Guillaume Gomez-0/+20
2022-04-18Correctly handle single `:`Guillaume Gomez-0/+10
2022-04-18Add an extra check over filter typeGuillaume Gomez-0/+40
2022-04-18Add tests for pathsGuillaume Gomez-0/+20
2022-04-18Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez-0/+10
2022-04-18Improve the BNF description a bit and fix some issuesGuillaume Gomez-19/+69
2022-04-18Forbid rustdoc search query to end with ->Guillaume Gomez-0/+10
2022-04-18Add isIdentCharacter function to ensure that unexpected characters are ↵Guillaume Gomez-4/+14
handled correctly
2022-04-18Apply suggestions:Guillaume Gomez-0/+40
* Forbid generics without a path (so "<p>" is forbidden). * Change `handleSingleArg` so that it takes `results_others`, `results_in_args` and `results_returned` as arguments instead of using the "global" variables. * Change `createQueryElement` so that it returns the newly created element instead of taking `elems` as argument. * Improve documentation
2022-04-18Improve documentation and add some explanations in the codeGuillaume Gomez-1/+2
2022-04-18Simplify parser syntaxGuillaume Gomez-20/+3
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-1/+138
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-20/+5
* Move all functions outside parseQuery
2022-04-18* If type filter is in quotes, throw an error.Guillaume Gomez-1/+27
* If there are generics, don't allow to have quotes.
2022-04-18Improve naming of "val" fieldGuillaume Gomez-3/+3
2022-04-18Add parser testsGuillaume Gomez-0/+43