The English spinners ran through the brittle Sri Lankan batting order to win the 1st Test at Galle by 211 runs. Rangana Herath, playing his last Test, was the last man to fall, bringing a disappointing end to his farewell test.
Jennings marathon knock set Sri Lanka 462 to win
Day three of the 1st Test belonged to Keaton Jennings..
The opening pair for Sri Lanka, Dimuth Karunaratne and Kaushal Silva resumed Sri Lanka’s mammoth run-chase from their overnight score of 15/0. The duo went on to bat 15 more overs, batting out the 1st hour of the 4th day.
Batting cautiously, they added 51 runs for the 1st wicket with the help of Ben Stokes who dropped Karunaratne in the 20th over when the batsman was on 16.
Kaushal Silva, who batted with determination, seemed to have lost his concentration when he tried to lap sweep a Jack Leach delivery and was trapped plumb in front. He also wasted a review trying to challenge the umpire’s decision.
Karunaratne soon threw away his wicket, trying to loft an Ali delivery over the bowler, only succeeding in hitting it straight back to the bowler. Kusal Mendis then played some delightful shots, pairing up with Dhananjaya de Silva to take Sri Lanka’s score from 59/2 to 98.
Photos Album – Sri Lanka Vs. England | 1st Test – Day 4
During the 39-run 3rd wicket partnership between De Silva and Mendis, Mendis strokes 3 boundaries while De Silva hit one six. In the last over before lunch, De Silva was dismissed by Stokes as he bowled a perfect delivery just outside the off stump angling into the stumps which De Silva edged to Joe Root at slip. It was a disappointing loss as Dhananjaya de Silva had reviewed the previous delivery successfully when he was given out caught behind chasing a wide delivery.
Mendis carrying forward from where he stopped before lunch, hit 3 more boundaries and a six in the 2nd session. After he reached 45 runs he threw his wicket away, a common scene throughout the Sri Lankan batting effort, for a well-made 45. Jack Leach, pumped up by Mendis’ dismissal produced a beauty to get rid of Sri Lankan skipper Dinesh Chandimal for just 1 run.
Sri Lanka’s only successful batsman in the match, Angelo Mathews scored his second half century in the match as he put on 36 runs with Niroshan Dickwella before Dickwella was dismissed by Ali right after tea. Angelo Mathews during his fifty was given a chance when James Anderson dropped him at mid-wicket on 18.
An incredible journey’ – tributes pour in for Herath
Former teammates, admirers, opponents … everyone has a..
Following Dickwella’s dismissal Mathews (57) too was dismissed. The delivery off Moeen Ali’s arm gripped in the pitch and made Mathews check his shot which gave Buttler the chance to take an easy catch at mid-wicket.
After that Dilruwan Perera and Suranga Lakmal showed some resistance as they scored 30 and 14 respectively. Dilruwan hit 3 boundaries and a six while Lakmal hit a six and a boundary.
Herath was given put caught behind on the very first ball he faced, only for the decision to be reversed after the Herath challenged the umpire’s decision successfully.
After adding 11 runs to increase Sri Lanka’s score to 250 the duo was involved in a run-out which ended Herath’s 19-year long career officially. Incidentally in his very first International inning also he was out run-out.
England won the match by 211 runs while Moeen Ali and Jack Leach starred with 4 and 3 wickets respectively for the tourists.
The 2nd Test will commence on the 14th of November at Pallekele.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
England
342/10 & 322/6
(93 overs)
Result
Sri Lanka
203/10 & 250/10
(85.1 overs)
England ‘s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Rory Burns | c N Dickwella b S Lakmal | 9 | 12 | |||
Keaton Jennings | b D Perera | 46 | 53 | |||
Moeen Ali | b S Lakmal | 0 | 1 | |||
Joe Root | b R Herath | 35 | 46 | |||
Ben Stokes | b D Perera | 7 | 19 | |||
Jos Butler | c N Dickwella b D Perera | 38 | 72 | |||
Ben Foakes | c D De Silva b S Lakmal | 107 | 202 | |||
Sam Curran | c D Chandimal b A Dananjaya | 48 | 104 | |||
Adil Rashid | c D De Silva b D Perera | 35 | 38 | |||
Jack Leach | c D De Silva b D Perera | 15 | 31 | |||
James Anderson | not out | 0 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 18 | 5 | 73 | 3 | 4.06 |
Dilruwan Perera | 31 | 6 | 75 | 5 | 2.42 |
Akila Dananjaya | 20 | 2 | 96 | 1 | 4.80 |
Rangana Herath | 25 | 4 | 78 | 1 | 3.12 |
Dhananjaya de Silva | 3 | 0 | 18 | 0 | 6.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c B Foakes b J Anderson | 4 | 2 | |||
Kaushal Silva | lbw by S Curran | 1 | 6 | |||
Dhananjaya de Silva | b M Ali | 14 | 47 | |||
Kusal Mendis | c B Stokes b J Leach | 19 | 32 | |||
Angelo Mathews | c K Jennings b M Ali | 52 | 122 | |||
Dinesh Chandimal | st B Foakes b A Rashid | 33 | 72 | |||
Niroshan Dickwella | c J Butler b M Ali | 28 | 39 | |||
Dilruwan Perera | c J Butler b J Leach | 21 | 49 | |||
Akila Dananjaya | c B Foakes b M Ali | 0 | 3 | |||
Suranga Lakmal | c J Anderson b A Rashid | 15 | 20 | |||
Rangana Herath | not out | 14 | 16 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
James Anderson | 10 | 0 | 26 | 1 | 2.60 |
Sam Curran | 6 | 1 | 16 | 1 | 2.67 |
Jack Leach | 18 | 2 | 41 | 2 | 2.28 |
Moeen Ali | 21 | 4 | 66 | 4 | 3.14 |
Adil Rashid | 9 | 1 | 30 | 2 | 3.33 |
Ben Stokes | 4 | 0 | 22 | 0 | 5.50 |
England ‘s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Rory Burns | (runout) D Karunarathne | 23 | 65 | |||
Keaton Jennings | not out | 146 | 280 | |||
Moeen Ali | c R Herath b D Perera | 3 | 11 | |||
Joe Root | c N Dickwella b R Herath | 3 | 19 | |||
Ben Stokes | b D Perera | 62 | 93 | |||
Jos Butler | c K Silva b R Herath | 35 | 58 | |||
Ben Foakes | c K Mendis b A Dananjaya | 37 | 34 | |||
Sam Curran | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dilruwan Perera | 30 | 3 | 94 | 2 | 3.13 |
Suranga Lakmal | 9 | 2 | 30 | 0 | 3.33 |
Rangana Herath | 23 | 1 | 59 | 2 | 2.57 |
Akila Dananjaya | 18.5 | 2 | 87 | 1 | 4.70 |
Dhananjaya de Silva | 12.1 | 2 | 41 | 0 | 3.39 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c & b M Ali | 26 | 86 | |||
Kaushal Silva | lbw by J Leach | 30 | 59 | |||
Dhananjaya de Silva | c J Root b B Stokes | 21 | 44 | |||
Kusal Mendis | c M Ali b J Leach | 45 | 77 | |||
Angelo Mathews | c J Butler b M Ali | 53 | 92 | |||
Dinesh Chandimal | b J Leach | 1 | 11 | |||
Niroshan Dickwella | c B Stokes b M Ali | 16 | 32 | |||
Dilruwan Perera | c B Stokes b A Rashid | 30 | 49 | |||
Akila Dananjaya | c B Stokes b M Ali | 8 | 18 | |||
Suranga Lakmal | not out | 14 | 25 | |||
Rangana Herath | (runout) B Stokes | 5 | 18 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Sam Curran | 5 | 1 | 15 | 0 | 3.00 |
James Anderson | 12 | 2 | 27 | 0 | 2.25 |
Moeen Ali | 20 | 2 | 71 | 4 | 3.55 |
Adil Rashid | 18.1 | 0 | 59 | 1 | 3.26 |
Jack Leach | 21 | 1 | 60 | 3 | 2.86 |
Ben Stokes | 8 | 2 | 16 | 1 | 2.00 |
Joe Root | 1 | 0 | 1 | 0 | 1.00 |