File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ npm] ( https://img.shields.io/badge/npm-2.42.2-blue.svg )] ( https://www.npmjs.com/package/jquery.terminal )
9
9
![ bower] ( https://img.shields.io/badge/bower-2.42.2-yellow.svg )
10
10
[ ![ Build and test] ( https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=master&event=push )] ( https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml )
11
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&178e403b5b01bf07acdcbd8a0f64c147 )] ( https://coveralls.io/github/jcubic/jquery.terminal?branch=master )
11
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&3f75f3bdbaab431e0f8836338339f290 )] ( https://coveralls.io/github/jcubic/jquery.terminal?branch=master )
12
12
![ NPM Downloads] ( https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat )
13
13
[ ![ jsDelivr Downloads] ( https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded&n=1 )] ( https://www.jsdelivr.com/package/npm/jquery.terminal )
14
14
[ ![ Paid Support] ( https://img.shields.io/badge/paid-support-354465.svg )] ( https://support.jcubic.pl/ )
Original file line number Diff line number Diff line change @@ -5294,6 +5294,11 @@ describe('Terminal plugin', function() {
5294
5294
await delay ( 10 ) ;
5295
5295
expect ( output ( term ) ) . toEqual ( [ 'hello' ] ) ;
5296
5296
} ) ;
5297
+ // #946
5298
+ it ( 'should animate an empty line' , async ( ) => {
5299
+ term . clear ( ) ;
5300
+ await term . echo ( 'hello\n\nworld' , { typing : true , delay : 0 } ) ;
5301
+ } ) ;
5297
5302
} ) ;
5298
5303
5299
5304
describe ( 'exec' , function ( ) {
You can’t perform that action at this time.
0 commit comments