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
It looks like our tokenizer has a bug where its incorrectly ending at templates. In this case, its ending at:
Some API endpoints may allow or require the use of `POST` requests
without a transaction ID. Where this is optional, the use of a `PUT`
request is strongly recommended.
{{% http-api spec="client-server" api="versions" %}}
When we added support for printf interopolation, we had to adjust our
separator matching to not eat the start of printf interpolation.
When doing so, I overlooked the need to still eat it in the catch-all.
If we don't, we then try to read `%` as part of the identifier and bail
out early.
Fixescrate-ci#411
In matrix-org/matrix-spec-proposals#3658 (comment) the misspelt word ("defintions" instead of "definitions") was not caught, but it is already in
words.csv
.CC @aaronraimist who added the CI workflow.
The text was updated successfully, but these errors were encountered: