Context("Given multiple key=value pairs with prefix and suffic space", func() {
            It("Should return the next token found in the buffer without the spaces", func() {
                tokenizer := args.NewKeyValueTokenizer("key =value , key2= value2")

                Expect(tokenizer.Next()).To(Equal("key"))