run calc_cell_dist_down1pl

This commit is contained in:
Lars Hvam 2022-01-06 16:21:30 +01:00
parent e975290d2c
commit 6ebf4e300d
2 changed files with 3 additions and 4 deletions

View File

@ -80,7 +80,6 @@
"addCommonJS": true, "addCommonJS": true,
"unknownTypes": "runtimeError", "unknownTypes": "runtimeError",
"skip": [ "skip": [
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_down1pl", "note": "??"},
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_downsome", "note": "??"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_downsome", "note": "??"},
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_fullpack", "note": "??"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_fullpack", "note": "??"},
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_left1pl", "note": "??"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "calc_cell_dist_left1pl", "note": "??"},

View File

@ -9,8 +9,8 @@
"url": "git+https://github.com/sapmentors/abap2xlsx.git" "url": "git+https://github.com/sapmentors/abap2xlsx.git"
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.83.18", "@abaplint/cli": "^2.83.21",
"@abaplint/transpiler-cli": "^1.7.4", "@abaplint/transpiler-cli": "^1.7.7",
"@abaplint/runtime": "^1.7.4" "@abaplint/runtime": "^1.7.7"
} }
} }