richelbilderbeek / BrainWeaver

BrainWeaver, tool for teacher education
https://github.com/richelbilderbeek/tools
GNU General Public License v3.0
5 stars 1 forks source link

XmlToPretty does not indent at first level #70

Closed richelbilderbeek closed 8 years ago

richelbilderbeek commented 8 years ago
<text>Hello world</text>

should become

<text>
  Hello world
</text>

but it becomes

<text>
Hello world
</text>

as shown in test_ribi_braw_helper_XmlToPretty.

As this function is used in debugging only, it has a low priority

richelbilderbeek commented 8 years ago

ribi::braw::XmlToPretty is a duplication of ribi::xml::XmlToPretty. I removed the code from the braw namespace.