A tremendous knock of 153* by Kusal Perera helped Sri Lanka chase down the 304-run target set by hosts South Africa in the 1st Test played at Kingsmead, Durban. The 4th day’s play saw an extended 2nd session as Perera together with the Sri Lankan tail pulled off an miracle win for the visitors.
It was once again a good start for the visitors on day 4 as their pair of overnight batsmen Oshada Fernando and Kusal Perera negotiated 9 top-class overs from Dale Steyn and Kagiso Rabada brilliantly.
Top order leaves Sri Lanka in trouble after lefties’ heroics
The duo guided Sri Lanka to triple figures while reducing the number of runs required to under 200. Just as the partnership reached 50 and Fernando was well on course for fifty on debut, Dale Steyn fired his gun.
Fernando, who was leaving the ball well, was eventually deceived by a Steyn delivery which was bowled at the 4th wicket line to give Faf du Plessis an easy catch at slips. Following Fernando’s dismissal for a well-made 37, Sri Lanka’s new vice-captain and number 6 batsman, Niroshan Dickwella was dismissed in his 2nd delivery.
Steyn bowling a majority of cross-seamed deliveries during his successful spell dismissed Fernando off a cross-seamed delivery while the delivery which dismissed Dickwella slowed up a little off the pitch and forced the batsman give the bowler a return catch. Steyn who did well to change his body motion to cling on to the incoming ball, single-handedly, jolted Sri Lanka with his double blow.
On the other end for Sri Lanka, Kusal Perera continued to score in his merry way as he scored his 2nd half-century of the match. Following a shaky start in the 1st innings, Dhananajaya de Silva looked good this time around, as he remained unbeaten on 25 along with Perera on 56 when play was stopped for lunch.
Photos: Sri Lanka vs South Africa 1st Test 2019 | Day 4
ThePapare.com | 16/02/2019 | Editing and re-using images without permission of ThePapare.com…
The post-lunch session began quite well for Sri Lanka as both Perera and De Silva continued to take Sri Lanka closer towards glory. South Africa, on the other hand, were one bowler short as Vernon Philander was out of the park and their premier spinner Keshav Maharaj not being up to the mark.
When his involvement was needed the most, Maharaj stepped up strongly for the Proteas as he picked up 2 wickets in 2 deliveries. De Silva tried to slog away Maharaj on 48 and completely missed it. The 96-run stand was broken when De Silva was given out after the decision against South Africa was reviewed and reversed.
Following a disgraceful end to De Silva’s best innings since the 73 he scored against England at the SSC in November, Suranga Lakmal was undone by a peach of a delivery. Maharaj bringing his team right back to the game almost dismissed debutant Lasith Embuldeniya in the hat-trick ball.
Embuldeniya’s inning however came to an end after facing 12 deliveries as he popped up a Duanne Olivier bouncer to give Aiden Markram an easy catch. That wicket brought in number 11 Vishwa Fernando to battle it out with Perera.
The last pair needed 78 runs to win and was the most unlikely thing to happen. Anyway, Perera displaying his character and grit guided Sri Lanka to a memorable win in a venue in which they’ve won once previously. That win also came in a period when Sri Lanka Cricket was in a destitute state similar to now.
Bringing back memories of the glory days for Sri Lanka Cricket, Kusal Janith Perera finished off the game with a late cut pretty similar to the shot Arjuna Ranatunge sealed the World Cup for Sri Lanka in 1996.
Kusal Perera finished on 153, his best Test score to date while Vishwa remained unbeaten on 6 facing 27 deliveries. He was well protected by Perera throughout the partnership and also was lucky to gain 5 runs off an overthrow.
This partnership also goes down as the World Record for the last wicket partnership in a successful run-chase. Sri Lanka 1-0 in the 2-match Test series will travel to Port Elizabeth for the 2nd Test.
// 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
South Africa
235/10 & 259/10
(79.1 overs)
Result
Sri Lanka
191/10 & 304/9
(85.3 overs)
SL won by 1 wicket
South Africa’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | b V Fernando | 11 | 27 | |||
Dean Elgar | c N Dickwella b V Fernando | 0 | 4 | |||
Hashim Amla | c K Mendis b S Lakmal | 3 | 10 | |||
Temba Bavuma | (runout) V Fernando | 47 | 66 | |||
Faf du Plessis | c N Dickwella b K Rajitha | 35 | 54 | |||
Quinton de Kock | c V Fernando b K Rajitha | 80 | 94 | |||
Vernon Philander | c & b K Rajitha | 4 | 22 | |||
Keshav Maharaj | c N Dickwella b V Fernando | 29 | 35 | |||
Kagiso Rabada | c O Fernando b V Fernando | 3 | 16 | |||
Dale Steyn | b L Embuldeniya | 15 | 26 | |||
Dane Olivier | not out | 0 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 14 | 3 | 29 | 1 | 2.07 |
Vishwa Fernando | 17 | 1 | 62 | 4 | 3.65 |
Kasun Rajitha | 14.4 | 0 | 68 | 3 | 4.72 |
Dimuth Karunarathne | 3 | 0 | 9 | 0 | 3.00 |
Lasith Embuldeniya | 10 | 1 | 51 | 1 | 5.10 |
Oshada Fernando | 1 | 0 | 10 | 0 | 10.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by V Philander | 30 | 59 | |||
Lahiru Thirimanne | c de Kock b D Steyn | 0 | 15 | |||
Oshada Fernando | lbw by D Steyn | 19 | 42 | |||
Kusal Mendis | c du Plessis b V Philander | 12 | 24 | |||
Kusal Janith | c Z Hamza b D Steyn | 51 | 63 | |||
Niroshan Dickwella | c D Steyn b D Olivier | 8 | 12 | |||
Dhananjaya de Silva | c D Olivier b K Rabada | 23 | 33 | |||
Suranga Lakmal | c A Markram b D Steyn | 4 | 6 | |||
Lasith Embuldeniya | c D Steyn b K Rabada | 24 | 63 | |||
Kasun Rajitha | (runout) A Markram | 12 | 30 | |||
Vishwa Fernando | not out | 1 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 20 | 7 | 48 | 4 | 2.40 |
Vernon Philander | 10 | 2 | 32 | 2 | 3.20 |
Kagiso Rabada | 12.2 | 2 | 48 | 2 | 3.93 |
Dane Olivier | 13 | 2 | 36 | 1 | 2.77 |
Keshav Maharaj | 3 | 0 | 16 | 0 | 5.33 |
Dean Elgar | 1 | 0 | 5 | 0 | 5.00 |
South Africa’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dean Elgar | c & b L Embuldeniya | 35 | 70 | |||
Aiden Markram | c K Mendis b K Rajitha | 28 | 31 | |||
Hashim Amla | c L Thirimanne b V Fernando | 16 | 35 | |||
Temba Bavuma | lbw by L Embuldeniya | 3 | 16 | |||
Faf du Plessis | lbw by V Fernando | 90 | 182 | |||
Quinton de Kock | lbw by L Embuldeniya | 55 | 62 | |||
Vernon Philander | b L Embuldeniya | 18 | 54 | |||
Keshav Maharaj | b V Fernando | 4 | 13 | |||
Kagiso Rabada | c N Dickwella b L Embuldeniya | 0 | 2 | |||
Dale Steyn | b V Fernando | 1 | 6 | |||
Dane Olivier | not out | 2 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 20 | 5 | 52 | 0 | 2.60 |
Vishwa Fernando | 17.1 | 2 | 71 | 4 | 4.15 |
Kasun Rajitha | 13 | 1 | 54 | 1 | 4.15 |
Lasith Embuldeniya | 26 | 3 | 66 | 5 | 2.54 |
Dhananjaya de Silva | 2 | 0 | 8 | 0 | 4.00 |
Oshada Fernando | 1 | 0 | 6 | 0 | 6.00 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by V Philander | 20 | 47 | |||
Lahiru Thirimanne | c du Plessis b K Rabada | 21 | 51 | |||
Oshada Fernando | c du Plessis b D Steyn | 37 | 76 | |||
Kusal Mendis | c de Kock b D Olivier | 0 | 8 | |||
Kusal Janith | not out | 153 | 200 | |||
Niroshan Dickwella | c & b D Steyn | 0 | 2 | |||
Dhananjaya de Silva | lbw by K Maharaj | 48 | 79 | |||
Suranga Lakmal | c du Plessis b K Maharaj | 0 | 1 | |||
Lasith Embuldeniya | c A Markram b D Olivier | 4 | 12 | |||
Kasun Rajitha | lbw by K Maharaj | 1 | 10 | |||
Vishwa Fernando | not out | 6 | 27 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dale Steyn | 18 | 1 | 71 | 2 | 3.94 |
Vernon Philander | 8 | 3 | 13 | 1 | 1.63 |
Keshav Maharaj | 20 | 1 | 71 | 3 | 3.55 |
Kagiso Rabada | 22.3 | 3 | 97 | 1 | 4.35 |
Dane Olivier | 16 | 3 | 35 | 2 | 2.19 |
Aiden Markram | 1 | 0 | 4 | 0 | 4.00 |