Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Recursive/nested weights issue #841

Open
sialivi opened this issue Feb 1, 2025 · 0 comments
Open

Recursive/nested weights issue #841

sialivi opened this issue Feb 1, 2025 · 0 comments

Comments

@sialivi
Copy link

sialivi commented Feb 1, 2025

Using the following yaml...

    test:
        - "{|3::baby} pink"             # working correctly
        - "2::{|navy} blue"             # working correctly
        - "2::{|3::blood} red"          # not working correctly
        - "2::{lime|3::acid} green"     # not working correctly

...it will generate the following outputs:

pink
baby pink
blue
navy blue
2:: red
2::blood red
2::green
2::lime green
2::acid green

The '2::' should not be part of the output.

@sialivi sialivi changed the title Recursive weights issue Recursive/nested weights issue Feb 1, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant