浏览代码

Add another use-case in the test data

pull/3/head
父节点
当前提交
f2bf27f5eb
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 查看文件

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


正在加载...
取消
保存