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
Function deserialize is called. Stepping into the function implementation. The program steps into the conditional code block and calls the deserialize function from the kotlinx library.
Results:
The issue seems to come from the parsing done by the deserialize function call made from the kotlinx library.
Moving forward:
The yamlkt parser should explicitly address the issue of empty values in the key/value mappings.
The text was updated successfully, but these errors were encountered:
Example of Bug:
Expected output:
Actual output:
Test which reproduces bug:
Test Results:
Pass:
Assertion Errors:
Debugging Logic:
Function decodeYamlMapFromString is called. Stepping into the function implementation.
Function decodeYamlMapFromString calls decodeFromString. Stepping into the function implementation.
Note: The function was edited for debugging purposes. val yamlMap was created to keep track of the return value of the deserialize function call.
Function deserialize is called. Stepping into the function implementation. The program steps into the conditional code block and calls the deserialize function from the kotlinx library.
Results:
The issue seems to come from the parsing done by the deserialize function call made from the kotlinx library.
Moving forward:
The yamlkt parser should explicitly address the issue of empty values in the key/value mappings.
The text was updated successfully, but these errors were encountered: