Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Escape asterisk as yaml sequence value #493

Open
olenagerasimova opened this issue Mar 5, 2022 · 7 comments
Open

Escape asterisk as yaml sequence value #493

olenagerasimova opened this issue Mar 5, 2022 · 7 comments

Comments

@olenagerasimova
Copy link

Eo-yaml does not always escape asterisk while formattings yaml mapping object to string. The yaml example:

Jane:
  - read
John:
  - read
  - write
Mark:
  - "*"

This is expected yaml string, however * is not escaped while calling toString() method on YamlMapping object currently by eo-yaml and thus the string representation is not a valid yaml.

@zoeself
Copy link
Collaborator

zoeself commented Mar 5, 2022

@olenagerasimova thank you for reporting this. I'll assign someone to take care of it soon.

@zoeself
Copy link
Collaborator

zoeself commented Mar 5, 2022

@amihaiemil I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

@amihaiemil
Copy link
Member

@olenagerasimova Can you please provide a pull request with a failing unit test? That would be a good start for fixing this issue.

@zoeself
Copy link
Collaborator

zoeself commented Jan 8, 2023

@amihaiemil I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

3 similar comments
@zoeself
Copy link
Collaborator

zoeself commented Feb 18, 2023

@amihaiemil I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

@zoeself
Copy link
Collaborator

zoeself commented Feb 18, 2023

@amihaiemil I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

@zoeself
Copy link
Collaborator

zoeself commented Feb 23, 2024

@amihaiemil I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants