A brilliant batting show by debutant Ben Foakes helped England end day 1 of the 1st Test between Sri Lanka and England on a high with 321 runs for the 1st innings.
England skipper Joe Root won the toss and elected to bat first in gloomy conditions today at the Galle International Stadium. Rangana Herath, playing his last Test, received a warm guard of honour as the Sri Lankan XI which includes 3 spinners took the field.
An incredible journey’ – tributes pour in for Herath
Former teammates, admirers, opponents … everyone has a word for Rangana Herath as the Sri Lankan icon bids goodbye…
Replacing England batting legend Alastair Cook, debutant Rory Burns didn’t have a good start as he was dismissed by Sri Lanka’s lone seamer, vice-captain Suranga Lakmal in just the 3rd over of the inning, edging a leg-side delivery to wicket-keeper Niroshan Dickwella.
Suranga Lakmal providing Sri Lanka a dream start castled Moeen Ali in the very next ball before Joe Root together with opener Keaton Jennings put on a fluent partnership of 62 runs.
As England was slowly re-building their inning, a tempted Sri Lanka lost both their given reviews as they challenged the umpire twice off Akila Dananjaya’s bowling in the 10th and 12th overs.
Favouring the partnership further, former Sri Lankan skipper Angelo Mathews dropped a dolly at slip, off an Akila Dananjaya googly, to give under-firing Jennings a second chance.
The most prolific left-arm spinner in Test cricket, Rangana Herath, bowling just his 3rd over deceived in-form Root in the very next over after Mathews’ drop, as Root yorked a well-flighted delivery to be bowled for 35. This was Herath’s 100th Test wicket in Galle.
Dilruwan Perera taking the charge on from there grabbed two quick wickets to further dent the tourists. Both his wickets were of left-handers, Jennings and dangerous-looking Ben Stokes, both bowled!
Heading to lunch Jos Buttler and debutant wicket-keeper batsman Ben Foakes saw through some tight overs of quality spin by the Sri Lankan spin trio.
After stuttering in the 1st session the visitors had a wonderful 2nd session where they lost just 1 wicket scoring 88 runs. Debutant Foakes batting throughout the session played a magnificent inning to resurrect his team from a spot of bother.
The only wicket to fall during the 2nd session was that of English vice-captain Jos Buttler as he edged a Dilruwan delivery which kept low to his Sri Lankan counter-part Niroshan Dickwella who took a sharp catch.
Photo Album – Sri Lanka vs England | 1st Test – Day 1
Following the 61-run partnership for the 6th wicket between Buttler and Foakes, Sam Curran together with Foakes added 88 valuable runs to raise England to a commanding position in the Test.
Ben Foakes who went on to score his maiden Test half-century on his debut was given a life when Kusal Mendis failed to hold on to a sharp chance at short-leg off a Dilruwan Perera delivery.
Ending the threatening partnership, Akila Dananjaya dismissed Sam Curran denying him a well-deserved half-century. Curran was undone trying to play a wild heap over the off-side infield and edged it to Chandimal at slip.
Adil Rashid who then walked in, played a gem of an inning as he pioneered a 62-ball 54-run partnership to take England past the magical 300 run mark. Rashid fell for 35 as Dilruwan’s 4th scalp in an identical way to how Curran was dismissed. Dhananjaya de Silva was the fielder this time around.
Ben Foakes nearing a maiden Test century on debut finished the day with left-arm spinner Jack Leach as England ended the day on 321/8 after 91 overs.
// 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 |