mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
XPath's `lang()` and `id()` functions were still unimplemented. Also: * Add WPT tests for `id()`. * Fix uniqueness check in `NodesetHelpers::document_order_unique`. * Tweak the AST a bit to make it clearer to express "no predicates". * Fix a parsing bug where "/" was attempted before "//", leaving the "//" branch as always unused. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #34593 - [x] There are tests for these changes --------- Signed-off-by: Ville Lindholm <ville@lindholm.dev> |
||
---|---|---|
.. | ||
context.rs | ||
eval.rs | ||
eval_function.rs | ||
eval_value.rs | ||
mod.rs | ||
parser.rs |