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

Multiplication was used incorrectly in examles #3278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lukaszachy
Copy link
Collaborator

Leading to

Invalid yaml syntax: Failed to parse 'test.fmf'.
found undefined alias
 in "<unicode string>", line 6, column 13

Pull Request Checklist

  • write the documentation

Leading to
```
Invalid yaml syntax: Failed to parse 'test.fmf'.
found undefined alias
 in "<unicode string>", line 6, column 13
```
@lukaszachy lukaszachy added documentation Improvements or additions to documentation code | no functional change "No Functional Change" intended. Patch should not change tmt's behavior in any way. labels Oct 10, 2024
@lukaszachy lukaszachy added this to the 1.38 milestone Oct 10, 2024
@pellecchialuigi
Copy link

Thanks a lot!

@@ -12,8 +12,12 @@ description: |
First, all time values are summed together, and only then are they multiplied.
The final value is then rounded up to the whole number.

Note that the asteric has a special meaning in YAML syntax and thus you need to
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo, it's "asterisk". I'd also add "... asterisc character, "*", ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code | no functional change "No Functional Change" intended. Patch should not change tmt's behavior in any way. documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tmt docs to show correct syntax for duration multiplication. Current syntax gives parsing error.
3 participants