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 4e0f7cd commit c821f12Copy full SHA for c821f12
test_unstructured/metrics/test_text_extraction.py
@@ -343,8 +343,8 @@ def test_prepare_string(text, expected):
343
("input_text", "expected_output"),
344
[
345
# Complex sentences with standard quotes
346
- ('"The quick brown fox jumps over the lazy dog," said the narrator.',
347
- '"The quick brown fox jumps over the lazy dog," said the narrator.'),
+ ("\'The journey wasn\'t easy,\' she remarked.",
+ "\'The journey wasn\'t easy,\' she remarked."),
348
349
# Mixed quotes in longer sentences
350
('She said "Hello" and then whispered \'Goodbye\' before leaving.',
0 commit comments