diff --git a/abap_transpile.json b/abap_transpile.json index 9832f31..9cfcf07 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -36,15 +36,9 @@ "skip": [ {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "pending https://github.com/abap2xlsx/abap2xlsx/pull/1046 "}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "set_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_small_text", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_medium_text", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_long_text", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "invalid_default_descr", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_style_param", "method": "ref_to_zcl_excel_style", "note": "RTTI, absolute class names?"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": "Void type: STRINGTAB"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "note": "throws error in CREATE DATA"}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_number", "note": "SXML in open-abap currently only handles json, todo"}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string", "note": "SXML in open-abap currently only handles json, todo"}, @@ -60,11 +54,11 @@ {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string_multi_style", "note": "??"}, {"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_skip_to_inexistent", "note": "??"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "open-abap todo in if_ixml_element->set_attribute()"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "??"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"}, {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_escape_string_value", "method": "escaped_character_inside_text", "note": "cl_abap_conv_out_ce.uccp todo"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_escape_string_value", "method": "one_escaped_character", "note": "cl_abap_conv_out_ce.uccp todo"}, - {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_escape_string_value", "method": "two_escaped_characters", "note": "cl_abap_conv_out_ce.uccp todo"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_escape_string_value", "method": "one_escaped_character", "note": "cl_abap_conv_out_ce.uccp todo"}, + {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_escape_string_value", "method": "two_escaped_characters", "note": "cl_abap_conv_out_ce.uccp todo"}, {"object": "ZCL_EXCEL_READER_2007", "class": "ltc_unescape_string_value", "method": "escaped_character_inside_text", "note": "??"}, {"object": "ZCL_EXCEL_READER_2007", "class": "ltc_unescape_string_value", "method": "two_escaped_characters", "note": "??"}, @@ -72,7 +66,7 @@ {"object": "ZCL_EXCEL_THEME_FMT_SCHEME", "class": "ltcl_test", "method": "build_xml", "note": "if_ixml_document$get_first_child todo"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_column2int_oob_empty", "note": "??"}, - {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_range2column_a_row", "note": "probably https://github.com/abaplint/transpiler/issues/646 "}, + {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_range2column_a_row", "note": "concat of constants value https://github.com/abaplint/transpiler/issues/646 "}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "date_to_excel_string6", "note": "??"} ] }