Add tests for OR function

Tests currently fail due to issue #175
This commit is contained in:
Gian Hancock
2024-12-12 21:51:07 +11:00
committed by Nicolás Hatcher Andrés
parent d4a2289826
commit c59148bdf6
2 changed files with 37 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ pub(crate) mod util;
mod engineering;
mod test_fn_offset;
mod test_fn_or;
mod test_number_format;
mod test_escape_quotes;