diff --git a/src/TestEncCnvtrs/TestEcTranslators.cs b/src/TestEncCnvtrs/TestEcTranslators.cs index 7b60271..c558406 100644 --- a/src/TestEncCnvtrs/TestEcTranslators.cs +++ b/src/TestEncCnvtrs/TestEcTranslators.cs @@ -259,6 +259,11 @@ public void TestNllbTranslatorOverrideKeyExists() // multiple lines [TestCase("Hindi;English;bright-coyote-381812;us-central1;google;gemini-1.5-flash;Translate from Hindi into English.", @"यीशु ने कहा, परमे‍‍श्वर मेरा पिता है।", @"Jesus said, +God is my Father. ")] + [TestCase("Hindi;English;bright-coyote-381812;us-central1;google;gemini-1.5-pro;Translate from Hindi into English.", "यीशु ने कहा,", "Jesus said, ")] + // multiple lines + [TestCase("Hindi;English;bright-coyote-381812;us-central1;google;gemini-1.5-pro;Translate from Hindi into English.", @"यीशु ने कहा, +परमे‍‍श्वर मेरा पिता है।", @"Jesus said, God is my Father. ")] public void TestVertexAiConverter(string converterSpec, string testInput, string testOutput) {