Ver a proveniência

Add another use-case in the test data

pull/3/head
Kristijan Mitrovic há 4 anos
ascendente
cometimento
f2bf27f5eb
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      src/test/java/org/cobbzilla/util/io/regex/RegexFilterReaderTest.java

+ 3
- 1
src/test/java/org/cobbzilla/util/io/regex/RegexFilterReaderTest.java Ver ficheiro

@@ -60,7 +60,8 @@ public class RegexFilterReaderTest {
+ "date: Tue, 15 Sep 2020 11:40:14 GMT\r\n"
+ "content-type: application/json\r\n"
+ "content-encoding: UTF-8\r\n"
+ "set-cookie: a=b; Domain=*.wrong.domain\r\n"
+ "set-cookie: a=b; Domain=*.example.com\r\n"
+ "set-cookie: c=d; Domain=example.com\r\n"
+ "zz-type: java.util.LinkedHashMap\r\n"
+ "X-Firefox-Spdy: h2\r\n"
+ "\r\n"
@@ -73,6 +74,7 @@ public class RegexFilterReaderTest {
+ "date: Tue, 15 Sep 2020 11:40:14 GMT\r\n"
+ "content-type: application/json\r\n"
+ "content-encoding: UTF-8\r\n"
+ "set-cookie: c=d; Domain=example.com\r\n"
+ "zz-type: java.util.LinkedHashMap\r\n"
+ "X-Firefox-Spdy: h2\r\n"
+ "\r\n"


Carregando…
Cancelar
Guardar