mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<herd>haskell</herd>
|
||||
<longdescription>
|
||||
This library provides a quick-and-dirty (but often effective)
|
||||
method for extending Haskell's syntax using a custom
|
||||
method for extending Haskell's syntax using a custom
|
||||
preprocessor. It parses Haskell into a bare-bones AST with just
|
||||
enough knowledge of the syntax to preserve nesting, and then
|
||||
allows transformations on the AST.
|
||||
|
||||
Reference in New Issue
Block a user