diff --git a/test.rs b/test.rs index 44fd9642..0c3140b2 100644 --- a/test.rs +++ b/test.rs @@ -452,6 +452,11 @@ fn test_float8array_params() { test_array_params!("FLOAT8", 0f64, "0", 1.5f64, "1.5", 0.009f64, ".009"); } +#[test] +fn test_boolarray_params() { + test_array_params!("BOOL", false, "f", true, "t", true, "t"); +} + #[test] fn test_hstore_params() { macro_rules! make_map(