mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
ajson, Automatic Update (#5776)
This commit is contained in:
parent
f1c1aad740
commit
86e88991e5
10
package.json
10
package.json
|
@ -25,12 +25,12 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.93.25",
|
||||
"@abaplint/database-sqlite": "^2.1.70",
|
||||
"@abaplint/runtime": "^2.1.71",
|
||||
"@abaplint/transpiler-cli": "^2.1.71",
|
||||
"@abaplint/cli": "^2.93.28",
|
||||
"@abaplint/database-sqlite": "^2.1.74",
|
||||
"@abaplint/runtime": "^2.1.74",
|
||||
"@abaplint/transpiler-cli": "^2.1.74",
|
||||
"abapmerge": "^0.14.7",
|
||||
"c8": "^7.12.0",
|
||||
"eslint": "^8.23.1"
|
||||
"eslint": "^8.24.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3440,13 +3440,17 @@ CLASS ltcl_integrated IMPLEMENTATION.
|
|||
|
||||
li_cut = zcl_abapgit_ajson=>create_empty( ).
|
||||
|
||||
cl_abap_unit_assert=>assert_true( li_cut->is_empty( ) ).
|
||||
cl_abap_unit_assert=>assert_equals(
|
||||
exp = abap_true
|
||||
act = li_cut->is_empty( ) ).
|
||||
|
||||
li_cut->set(
|
||||
iv_path = '/x'
|
||||
iv_val = '123' ).
|
||||
|
||||
cl_abap_unit_assert=>assert_false( li_cut->is_empty( ) ).
|
||||
cl_abap_unit_assert=>assert_equals(
|
||||
exp = abap_false
|
||||
act = li_cut->is_empty( ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
|
@ -77,12 +77,10 @@
|
|||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_t100", "method": "text8", "note": "uses MSAG from database"},
|
||||
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_general", "method": "direct_text"},
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_general", "method": "text_from_exception", "note": "Cannot read properties of undefined (reading 'if_message$get_text')"},
|
||||
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_longtext", "method": "empty_longtext"},
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_longtext", "method": "longtext"},
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_longtext", "method": "multiline_longtext"},
|
||||
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_longtext", "method": "text_from_previous_exception", "note": "Cannot read properties of undefined (reading 'if_message$get_text')"},
|
||||
|
||||
{"object": "ZCL_ABAPGIT_HTML", "class": "ltcl_html", "method": "style1", "note": "indentation is wrong in result, ASSERT failed, ??"},
|
||||
{"object": "ZCL_ABAPGIT_XML_PRETTY", "class": "ltcl_test", "method": "pretty1", "note": "ASSERT failed, ??, newline missing, offset off by one?"},
|
||||
|
@ -135,7 +133,6 @@
|
|||
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_integrated", "method": "array_simple", "note": "sorting is wrong"},
|
||||
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_integrated", "method": "item_order_integrated", "note": "some sorting"},
|
||||
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_integrated", "method": "stringify"},
|
||||
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_abap_to_json", "method": "set_value_timestamp", "note": " https://github.com/sbcgua/ajson/pull/131 "},
|
||||
{"object": "ZCL_ABAPGIT_AJSON_MAPPING", "class": "ltcl_camel_case", "method": "to_abap", "note": "secondary key fields? READ WITH KEY, Path not found @/FieldData"},
|
||||
|
||||
{"object": "ZCL_ABAPGIT_UI_INJECTOR", "class": "ltcl_no_dependency_injection", "method": "no_injection", "note": "RTTI? class absolute_name"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user