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
As soon as the yaml file is a bit complex, it breaks down using transpiled files with an "Unknown Ussage" message. The problem is that it includes both types of quotes, and there's no way to further quote it, it simply breaks. This file, for instance:
Describe the bug
As soon as the yaml file is a bit complex, it breaks down using transpiled files with an "Unknown Ussage" message. The problem is that it includes both types of quotes, and there's no way to further quote it, it simply breaks. This file, for instance:
Will create this transpiled file:
Which, when expanded, will result in something like:
With the resulting error. I've tried to escape it usint the @q quote, but it still does not work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: