diff --git a/src/ui/core/zcl_abapgit_html.clas.testclasses.abap b/src/ui/core/zcl_abapgit_html.clas.testclasses.abap index 1e97e3232..09f920dd3 100644 --- a/src/ui/core/zcl_abapgit_html.clas.testclasses.abap +++ b/src/ui/core/zcl_abapgit_html.clas.testclasses.abap @@ -34,6 +34,8 @@ CLASS ltcl_html DEFINITION FOR TESTING DURATION SHORT RISK LEVEL HARMLESS. indent3 FOR TESTING RAISING zcx_abapgit_exception, indent4 FOR TESTING RAISING zcx_abapgit_exception, indent5 FOR TESTING RAISING zcx_abapgit_exception, + indent6 FOR TESTING RAISING zcx_abapgit_exception, + indent7 FOR TESTING RAISING zcx_abapgit_exception, style1 FOR TESTING RAISING zcx_abapgit_exception. METHODS: @@ -130,6 +132,59 @@ CLASS ltcl_html IMPLEMENTATION. ENDMETHOD. + METHOD indent6. + + " Content of textarea must not be indented + DATA lv_exp TYPE string. + + mo_html->add( '
' ). + mo_html->add( 'Do not change' ). + mo_html->add( ' the indent' ). + mo_html->add( ' here' ). + mo_html->add( '' ). + mo_html->add( '
' && cl_abap_char_utilities=>newline && + 'Do not change' && cl_abap_char_utilities=>newline && + ' the indent' && cl_abap_char_utilities=>newline && + ' here' && cl_abap_char_utilities=>newline && + '' && cl_abap_char_utilities=>newline && + '