Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Remove element_buffer | xengineering | |
The new RX concept will not need such an element buffer and uses the xml.Decoder.DecodeElement() function instead. | |||
2023-06-30 | Apply go fmt | xengineering | |
2023-06-29 | Document element buffer test point struct | xengineering | |
This makes it easier to add further test data in case there are further corner cases which should be tested in the future. | |||
2023-06-29 | Minor improvements to element buffer test | xengineering | |
2023-06-29 | xmpp: Add indent level test for elementBuffer | xengineering | |
This tests if the indent level is correctly detected. This basic test can be extended to support invalid XML elements which should be refused to add to the element buffer. |