We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d9668 commit 3769fe2Copy full SHA for 3769fe2
src/parsers.js
@@ -26,8 +26,8 @@ export function styleAttrToJsx(xml) {
26
return xml.replace(rx, ' style=' + cssToJsxStr(arr[1]));
27
}
28
29
-// we assume that the ouput of xml2js is always
30
-// with lower-case and that it uses double quotes
+// we assume that the ouput of xml2js is always outputted
+// with lower-case and that it uses double quotes for
31
// all attr values
32
// Another assumption is that there are no
33
// escaped double quotes in the attr value
0 commit comments