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
This means that a value of transform (1,1) is transformed first into transform, (1, and 1), then each of these three items are parsed along the transform parser, which expected to see only one block transform (1,1), so each of them is treated as invalid.
When I tried the following program:
I got this error:
I'm very surprised as the corresponding parser looks correct:
tyxml/syntax/attribute_value.ml
Line 350 in d291653
Here follow the versions of my dependencies. I'm pinning to specific commits to get this fix: aantron/markup.ml#69
My environment is a bit dirty at the moment. Does it reproduce on your side?
Tasks
The text was updated successfully, but these errors were encountered: