Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] fix angle-bracket syntax test: expect namespace-like "foo:" p…
…refixes to be preserved (#102) A couple years ago, for special markdown-link-like things like "<foo:bar>", the text up to the colon was being stripped, maybe due to namespace handling. Now, it's being preserved. Maybe due to libxml 2.x changes, maybe due to Kramdown/Nokogiri changes or how we're now using them instead of rdiscount and hpricot. I think the new "foo:"-preserving behavior is more correct, both in terms of HTML/XML processing an Ronn's definition of special angle-bracket "<word>" syntax. So I'm marking the new behavior as expected, and not doing any behavioral code changes. This should get the tests passing again under recent Linux and macOS releases.
- Loading branch information