File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public void testToMap() throws Exception {
6969
7070 @ Test
7171 public void testToMapList () throws Exception {
72- List <Map <String , String >> languages = Extractors .on (listHtml ).split (selector ("tr.item,0, html" ))
72+ List <Map <String , String >> languages = Extractors .on (listHtml ).split (jerry ("tr.item. html" ))
7373 .extract ("type" , selector ("td.type" ))
7474 .extract ("name" , selector ("td.name" ))
7575 .extract ("url" , selector ("td.url" ))
@@ -96,7 +96,7 @@ public void testToBean() throws Exception {
9696
9797 @ Test
9898 public void testToBeanList () throws Exception {
99- List <Language > languages = Extractors .on (listHtml ).split (selector ("tr.item,0, html" ))
99+ List <Language > languages = Extractors .on (listHtml ).split (jerry ("tr.item. html" ))
100100 .extract ("type" , selector ("td.type" ))
101101 .extract ("name" , selector ("td.name" ))
102102 .extract ("url" , selector ("td.url" ))
You can’t perform that action at this time.
0 commit comments