https://bugzilla.wikimedia.org/show_bug.cgi?id=50756
--- Comment #4 from [email protected] --- This seems to be working on latest master (see below). I'll test this against VE in my local mediawiki after installing the cite extension and report back later today. ---------------------------------------------------------------------- [subbu@earth lib] echo "foo <ref>bar</ref>\n\n<references />" > /tmp/wt [subbu@earth lib] node parse --fetchConfig false --extensions ref,references < /tmp/wt > /tmp/old.html [subbu@earth lib] sed 's/foo <span/foo<span/g;' < /tmp/old.html > /tmp/new.html [subbu@earth lib] node parse --selser --oldhtmlfile /tmp/old.html --oldtextfile /tmp/wt < /tmp/new.html foo<ref>bar</ref> <references /> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
