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 5a02b61 commit 30c98f3Copy full SHA for 30c98f3
src/zcl_abapgit_diff3.clas.abap
@@ -436,10 +436,8 @@ iv_end = iv_end_offset ).
436
IF ls_hunk-ab = 'a'.
437
438
ASSIGN it_a TO <lt_buffer>.
439
- ASSERT sy-subrc = 0.
440
ELSE.
441
ASSIGN it_b TO <lt_buffer>.
442
443
ENDIF.
444
CLEAR ls_result.
445
ls_result-stable = abap_true.
@@ -496,10 +494,8 @@ iv_end = ls_hunk-ab_start + ls_hunk-ab_length ).
496
494
497
495
498
ASSIGN ls_bounds-a TO <ls_b>.
499
500
501
ASSIGN ls_bounds-b TO <ls_b>.
502
503
504
505
0 commit comments