rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
28 stars 4 forks source link

`strip_common` test was failing #44

Closed softdevca closed 6 days ago

softdevca commented 6 days ago

The test for strip_common was failing on Linux when the tests were run from somewhere other than /home/*.

The same test can be performed without the check for Linux or for requiring a specific directory by checking a path that can always be canonicalized.

GuillaumeGomez commented 6 days ago

Thanks!