You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2790,8 +2791,34 @@ CLASS ltcl_json_writer_abap_doc IMPLEMENTATION.
2790
2791
ENDMETHOD.
2791
2792
2792
2793
2793
-
METHODpattern.
2794
-
DATA(act_schema) = test_generator->generate_type( VALUE zcl_aff_test_types=>string_pattern( ) ).
2794
+
METHODpattern_simple.
2795
+
DATA(act_schema) = test_generator->generate_type( VALUE zcl_aff_test_types=>string_pattern_simple( ) ).
2796
+
DATA(exp_schema) =VALUE string_table(
2797
+
( ` { ` )
2798
+
( | "$comment": "This file is autogenerated, do not edit manually, see { zcl_aff_writer_json_schema=>c_link_to_repository } for more information.", | )
DATA(act_schema) = test_generator->generate_type( VALUE zcl_aff_test_types=>string_pattern_complex( ) ).
2795
2822
DATA(exp_schema) =VALUE string_table(
2796
2823
( ` { ` )
2797
2824
( | "$comment": "This file is autogenerated, do not edit manually, see { zcl_aff_writer_json_schema=>c_link_to_repository } for more information.", | )
0 commit comments