servo/components/script/xpath
Tim van der Lippe 2e5f5e7d1c
Update Nom to 8.0.0 (#38585)
There are two relevant breaking changes:
* instead of `)(input)`, we now need to call `).parse(input)`
* tuples are no longer a call, but a `()` call.

There is one other usage of nom 7, however that's in the build
dependencies list of mozangle via bindgen. Therefore, we won't have
duplicate nom versions in Servo binary.

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-08-10 21:25:37 +00:00
..
context.rs script: Fix two issues in the XPath parser to pass all xml_xpath_tests.xml tests (#37279) 2025-06-06 07:16:42 +00:00
eval.rs script: Update name validation for attribute, element, and doctype (#37747) 2025-07-11 02:45:52 +00:00
eval_function.rs XPath: implement lang() and id() core functions (#34594) 2025-06-02 19:00:13 +00:00
eval_value.rs XPath: implement lang() and id() core functions (#34594) 2025-06-02 19:00:13 +00:00
mod.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
parser.rs Update Nom to 8.0.0 (#38585) 2025-08-10 21:25:37 +00:00