We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163a21 commit 67e3214Copy full SHA for 67e3214
code/tests/cases/test_lang.c
@@ -149,6 +149,7 @@ FOSSIL_TEST_CASE(c_test_lang_process_pipeline) {
149
// * * * * * * * * * * * * * * * * * * * * * * * *
150
FOSSIL_TEST_GROUP(c_lang_tests) {
151
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_tokenize_basic);
152
+ FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_is_question);
153
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_detect_emotion);
154
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_detect_bias_or_falsehood);
155
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_align_truth);
0 commit comments