Conversation
CT Test Results 3 files 142 suites 49m 35s ⏱️ Results for commit 5cf8b4c. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
8b6658d to
c0d795a
Compare
addition of bidi scanner and fix of invisible unicode from when Erlang/OTP translated XML to markdown.
c0d795a to
f894484
Compare
There was a problem hiding this comment.
The removed characters are SIX-PER-EM-SPACE:s (U+2006), that I would like to be kept as they were.
There was a problem hiding this comment.
I got that wrong. They are ZERO WIDTH SPACE (U+200B)
addition of bidi scanner and fix of invisible unicode from when
Erlang/OTP translated XML to markdown.