127
127
"\\v 2 Verse two two two two two two two.\n"
130
string stored = usfm_safely_store_chapter (&request, "phpunit", 1, 1, data, explanation);
130
string stored = filter::usfm::safely_store_chapter (&request, "phpunit", 1, 1, data, explanation);
131
131
evaluate (__LINE__, __func__, "Text content differs too much", stored);
132
132
evaluate (__LINE__, __func__, "The text was not saved for safety reasons. The new text is 59% similar to the existing text. Make fewer changes at a time and wait till the editor has saved the text. Or relax the restriction in the editing settings. See menu Settings - Preferences.", explanation);
133
133
string result = request.database_bibles()->getChapter ("phpunit", 1, 1);