File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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():
131131
132132 assess (target , result )
133133
134- targetDiffParagraph = update_usfm (
134+ target_diff_paragraph = update_usfm (
135135 rows ,
136136 usfm ,
137137 text_behavior = UpdateUsfmTextBehavior .STRIP_EXISTING ,
138138 paragraph_behavior = UpdateUsfmMarkerBehavior .STRIP ,
139139 preserve_paragraph_styles = ["ip" ],
140140 )
141- resultDiffParagraph = r"""\id MAT
141+ result_diff_paragraph = r"""\id MAT
142142\c 1
143143\rem New remark
144144\r
145145\ip This is another remark, but with a different marker
146146\v 1 Update 1
147147"""
148148
149- assess (targetDiffParagraph , resultDiffParagraph )
149+ assess (target_diff_paragraph , result_diff_paragraph )
150150
151151
152152def test_preserve_paragraphs ():
You can’t perform that action at this time.
0 commit comments