Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Aug 7, 2024
1 parent e7bcf64 commit 87653e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,11 @@ CLASS ltcl_call_transformation IMPLEMENTATION.
DATA lv_xml TYPE string.

lv_xml = |<foo>2</foo>|.
CALL TRANSFORMATION id SOURCE XML lv_xml RESULT XML lv_xml OPTIONS xml_header = 'no'.

CALL TRANSFORMATION id
SOURCE XML lv_xml
RESULT XML lv_xml
OPTIONS xml_header = 'no'.

* there might be a byte order mark,
cl_abap_unit_assert=>assert_char_cp(
Expand Down

0 comments on commit 87653e7

Please sign in to comment.