@@ -46,28 +46,28 @@ def test_google_drive_sections(
46
46
assert len (doc .sections ) == 5
47
47
48
48
header_section = doc .sections [0 ]
49
- assert header_section .text == "Title\n \ n This is a Google Doc with sections"
49
+ assert header_section .text == "Title\n This is a Google Doc with sections"
50
50
assert header_section .link is not None
51
51
assert header_section .link .endswith (
52
52
"?tab=t.0#heading=h.hfjc17k6qwzt"
53
53
) or header_section .link .endswith ("?tab=t.0#heading=h.hfjc17k6qwzt" )
54
54
55
55
section_1 = doc .sections [1 ]
56
- assert section_1 .text == "Section 1\n \ n Section 1 content"
56
+ assert section_1 .text == "Section 1\n Section 1 content"
57
57
assert section_1 .link is not None
58
58
assert section_1 .link .endswith ("?tab=t.0#heading=h.8slfx752a3g5" )
59
59
60
60
section_2 = doc .sections [2 ]
61
- assert section_2 .text == "Sub-Section 1-1\n \ n Sub-Section 1-1 content"
61
+ assert section_2 .text == "Sub-Section 1-1\n Sub-Section 1-1 content"
62
62
assert section_2 .link is not None
63
63
assert section_2 .link .endswith ("?tab=t.0#heading=h.4kj3ayade1bp" )
64
64
65
65
section_3 = doc .sections [3 ]
66
- assert section_3 .text == "Sub-Section 1-2\n \ n Sub-Section 1-2 content"
66
+ assert section_3 .text == "Sub-Section 1-2\n Sub-Section 1-2 content"
67
67
assert section_3 .link is not None
68
68
assert section_3 .link .endswith ("?tab=t.0#heading=h.pm6wrpzgk69l" )
69
69
70
70
section_4 = doc .sections [4 ]
71
- assert section_4 .text == "Section 2\n \ n Section 2 content"
71
+ assert section_4 .text == "Section 2\n Section 2 content"
72
72
assert section_4 .link is not None
73
73
assert section_4 .link .endswith ("?tab=t.0#heading=h.2m0s9youe2k9" )
0 commit comments