about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/parser-generics.js
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-62/+0
2022-04-18Improve the BNF description a bit and fix some issuesGuillaume Gomez-1/+26
2022-04-18Apply suggestions:Guillaume Gomez-24/+1
* 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-18Simplify parser syntaxGuillaume Gomez-43/+3
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-3/+3
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-8/+27
* Move all functions outside parseQuery
2022-04-18Improve naming of "val" fieldGuillaume Gomez-2/+2
2022-04-18Add parser testsGuillaume Gomez-0/+81