oeg-upm / yatter

Translate YARRRML into easy-to-read [R2]RML mappings
https://doi.org/10.5281/zenodo.7024500
Apache License 2.0
22 stars 6 forks source link

Test all pretty generated output #54

Closed DylanVanAssche closed 1 year ago

DylanVanAssche commented 1 year ago

This YARRRML translator is able to nicely format YARRRML <--> RML transformations. It would be great to test this as well besides comparing the generated RML RDF to make sure that the prettyness stays pretty when changes are applied :)

This can achieved by parsing the expected output file as a string and compare it with the generated string. If the formatting differs, the test fails.

dachafra commented 1 year ago

Implemented for all R2RML cases, which atm is enough IMO