File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ workflows:
1515 parameters :
1616 os :
1717 - linux
18+ - windows
1819 node_version :
1920 - latest
2021 - lts
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ describe('plugin-login', () => {
4242 } ) ;
4343 it ( 'creates with summary' , async ( ) => {
4444 const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified.xml' ) ) ;
45- expect ( / s h o r t d e s c " > \n ( \s .* ) L o g i n t o a S a l e s f o r c e o r g u s i n g a J S O N w e b t o k e n \( J W T \) ./ . test ( dita ) ) . to . be . true ;
45+ expect ( / s h o r t d e s c " > \r ? \ n( \s .* ) L o g i n t o a S a l e s f o r c e o r g u s i n g a J S O N w e b t o k e n \( J W T \) ./ . test ( dita ) ) . to . be . true ;
4646 } ) ;
4747 it ( 'creates parameters' , async ( ) => {
4848 const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified.xml' ) ) ;
You can’t perform that action at this time.
0 commit comments