embed formatting prepends uninitialised char to some lists #4

Closed
opened 2024-02-11 23:56:46 +01:00 by MarieEckert · 1 comment
MarieEckert commented 2024-02-11 23:56:46 +01:00 (Migrated from github.com)

When running any field embed formatting functions from mcfg_util, it prepends some uninitialised values to the return value when the input is as following:

list str somelist 'test'
str dest '$(somelist)'

Running mcfg_format_field_embeds on the field dest would result in something like:

?test

This is because the value of dest does not have any prefixed characters.

When running any field embed formatting functions from mcfg_util, it prepends some uninitialised values to the return value when the input is as following: ``` list str somelist 'test' str dest '$(somelist)' ``` Running mcfg_format_field_embeds on the field dest would result in something like: ``` ?test ``` This is because the value of dest does not have any prefixed characters.
MarieEckert commented 2024-05-31 20:38:59 +02:00 (Migrated from github.com)

fixed with #7

fixed with #7
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marie/mcfg_2#4
No description provided.