File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,22 +131,22 @@ def test_get_usfm_strip_paragraphs_preserve_paragraph_styles():
131
131
132
132
assess (target , result )
133
133
134
- targetDiffParagraph = update_usfm (
134
+ target_diff_paragraph = update_usfm (
135
135
rows ,
136
136
usfm ,
137
137
text_behavior = UpdateUsfmTextBehavior .STRIP_EXISTING ,
138
138
paragraph_behavior = UpdateUsfmMarkerBehavior .STRIP ,
139
139
preserve_paragraph_styles = ["ip" ],
140
140
)
141
- resultDiffParagraph = r"""\id MAT
141
+ result_diff_paragraph = r"""\id MAT
142
142
\c 1
143
143
\rem New remark
144
144
\r
145
145
\ip This is another remark, but with a different marker
146
146
\v 1 Update 1
147
147
"""
148
148
149
- assess (targetDiffParagraph , resultDiffParagraph )
149
+ assess (target_diff_paragraph , result_diff_paragraph )
150
150
151
151
152
152
def test_preserve_paragraphs ():
You can’t perform that action at this time.
0 commit comments