// Copyright (C) 2020 - 2022, J2 Innovations
//! Value types Zinc encoding tests
mod test_bool;
mod test_coord;
mod test_date;
mod test_datetime;
mod test_dict;
mod test_grid;
mod test_list;
mod test_marker;
mod test_na;
mod test_number;
mod test_reference;
mod test_remove;
mod test_string;
mod test_symbol;
mod test_time;
mod test_uri;
mod test_value;
mod test_xstr;