summaryrefslogtreecommitdiff
path: root/xmpp/element_buffer_test.go
AgeCommit message (Collapse)Author
2023-07-04Remove element_bufferxengineering
The new RX concept will not need such an element buffer and uses the xml.Decoder.DecodeElement() function instead.
2023-06-30Apply go fmtxengineering
2023-06-29Document element buffer test point structxengineering
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-29Minor improvements to element buffer testxengineering
2023-06-29xmpp: Add indent level test for elementBufferxengineering
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.