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 896254e commit 5ee7cbdCopy full SHA for 5ee7cbd
spec/integration/corpus_specs.cc
@@ -131,8 +131,6 @@ describe("The Corpus", []() {
131
size_t deletion_size = random() % (utf8_char_count(entry.input) - edit_position);
132
string inserted_text = random_words(random() % 4 + 1);
133
134
- if (language_name == "python") return;
135
-
136
if (insertions.insert({edit_position, inserted_text}).second) {
137
string description = "\"" + inserted_text + "\" at " + to_string(edit_position);
138
0 commit comments