summaryrefslogtreecommitdiff
path: root/test/command/duplicate_attributes.md
AgeCommit message (Collapse)Author
2022-01-21Update command tests to distinguish stderr and test exit status.John MacFarlane
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
This prevents emitting invalid HTML. Ultimately it would be good to prevent this in the types themselves, but this is better for now. T.P.Logging: Add DuplicateAttribute constructor to LogMessage. [API change]