RumbleDB/rumble

Add tests for unary lookup

Geschlossen

#1.298 geöffnet am 24.02.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (84 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (244 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 23h 34m) (43 gemergte PRs in 30 T)

Beschreibung

This task is currently delegated to Matteo, the issue is for reference:

Currently, there are testcases for the postfix lookup in our tests for the xquery parser, but there are no testcases for the unary lookup yet. We should add some testcases analogous to those ones, both for the parallelized case (xml-files) and the local execution (doc)

How the lookups should behave can be found in the spec here

Contributor Guide