From ea260f977173c9bdfbdbfc12614e30bce8edca3a Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 18 Jul 2023 19:03:05 +0200 Subject: [PATCH] update notes --- abap_transpile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abap_transpile.json b/abap_transpile.json index 892371f..c216880 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -34,7 +34,7 @@ "addCommonJS": true, "unknownTypes": "runtimeError", "skip": [ - {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "pending https://github.com/abap2xlsx/abap2xlsx/pull/1046 "}, + {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "if_ixml_document$get_first_child todo"}, {"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"}, @@ -65,7 +65,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_column2int_oob_empty", "note": "?? sy value defaults"} ] } } \ No newline at end of file