Replies: 2 comments
-
That's on me and it's a playground bug, the parser and the language work correctly. I just pushed a fix to the playground😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as fix has been made |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Couldn't find an "issues" section, so hope it's ok to post this here.
When using the playground I noticed that the servings meta only takes strings, so if I go
servings: 4
I getservings:<not string value>
I need to write
servings: "4"
for it to get it right. If that's intended, it should be noted in the spec docs or, better, the parser should tell if what isn't a string is just a number and convert it internally?Beta Was this translation helpful? Give feedback.
All reactions