lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 57 forks source link

Ignore whitespace when running tests #44

Closed cppietime closed 1 year ago

cppietime commented 1 year ago

When running the tests on WSL, a mix of unix- and windows-style newlines cause diff to fail. Add the -w flag to ignore whitespace.

Addresses https://github.com/lanterndata/lanterndb/issues/40