Context(`Given an escaped escaped delimiter key\\=value`, func() {
            It("Should respect the escaped escaped delimiter", func() {
                tokenizer := args.NewKeyValueTokenizer(`key\\=value`)

                Expect(tokenizer.Next()).To(Equal(`key\\`))