Tag render number incorrect #6209
Answered
by
iBug
teddythinh
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
iBug
Oct 18, 2023
Replies: 1 comment 1 reply
-
YAML interprets that as numbers, so 4.10 == 4.1 makes total sense. Add quotes around it to force interpretation as string. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
teddythinh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YAML interprets that as numbers, so 4.10 == 4.1 makes total sense. Add quotes around it to force interpretation as string.