This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git.
from fc8aa80 now printing XML elements such as <tag attr1=val1 attr2=val2.... /> if the text string is empty new ccdcb2e add tests for ::rivet::xml and fixed overlooked error new 2741bbf add new test for commands and removing Id svn keyword from such files new d622aaf now git ignores also files generated by the test suite new b604e3d changing the ::rivet::xml form to enable selfclosing elements generation The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 10 ++++++++ ChangeLog | 7 ++++-- doc/xml/commands.xml | 21 +++++++++++++++-- doc/xml/processing.xml | 3 +-- rivet/rivet-tcl/xml.tcl | 61 +++++++++++++++++++++++++++++++++++++++++-------- tests/binary.test | 4 +++- tests/commands.tcl | 35 ++++++++++++++++++++++++++++ tests/commands.test | 16 +++++++++++++ tests/inspect.test | 6 ++--- tests/rivet.test | 4 +--- tests/runtests.tcl | 1 + 11 files changed, 146 insertions(+), 22 deletions(-) create mode 100644 tests/commands.tcl create mode 100644 tests/commands.test --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org