Skip to content
Snippets Groups Projects
Commit fd65dc2f authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

add unit test exhibiting issue jsc/#16

parent c5527229
No related branches found
No related tags found
1 merge request!4Draft: Resolve "Selection of an attribute by integer comparison does not work."
......@@ -154,4 +154,12 @@ CHEAT_TEST(core_cdo_selector_or_and,
)
CHEAT_TEST(ecmwf_int_comparison,
/* https://gitlab.version.fz-juelich.de/maestro/maestro-core/-/issues/16 */
/* parsing of integral CDO selector values */
const char *s = "(.maestro.ecmwf.param = 2)";
cheat_assert(MSTRO_OK==mstro_selector_parse(s,&q));
cheat_yield();
cheat_assert(MSTRO_OK==mstro_csq_val_dispose(q));
cheat_yield();
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment