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
* add pattern annotation
* Add Pattern Annotation in JSON Schema Writer
* Do cleanup
* restore original formatting
* Add additional example for pattern test type
* fix indentation
* fix simple pattern test type
---------
Co-authored-by: Jonas Sobotta <[email protected]>
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( ) ).
2822
+
DATA(exp_schema) =VALUE string_table(
2823
+
( ` { ` )
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