Add a "wrap mode", on by default, which wraps long attribute lists and
aligns them with the end of the tag. This required introducing self.write_stream() which keeps track of the current output column. The default wrap column is 60. Specifying 0 disables wrapping (good for the regression test).
Showing
Please register or sign in to comment