diff options
Diffstat (limited to 'xmpp/element_buffer_test.go')
| -rw-r--r-- | xmpp/element_buffer_test.go | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/xmpp/element_buffer_test.go b/xmpp/element_buffer_test.go index 4b5700c..113a2c4 100644 --- a/xmpp/element_buffer_test.go +++ b/xmpp/element_buffer_test.go @@ -6,6 +6,10 @@ import (  	"testing"  ) +// bufTest is a struct containing a test point for the +// xengineering.eu/limox/xmpp.elementBuffer. It contains a test XML string +// which has to be exactly one XML element and an array of indentation levels +// which have to be checked after each token which is parsed.  type bufTest struct {  	xml     string  	levels  []int | 
