Pārlūkot izejas kodu

Add another use-case in the test data

pull/3/head
Kristijan Mitrovic pirms 4 gadiem
vecāks
revīzija
f2bf27f5eb
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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 Parādīt failu

@@ -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"


Notiek ielāde…
Atcelt
Saglabāt