Ticket #4488: 4488.patch

File 4488.patch, 712 bytes (added by Wiktor Walc, 15 years ago)
  • _source/includes/scriptcompressor.js

     
    11271127                                if ( !post )
    11281128                                        out( str );
    11291129
    1130                                 out.checkSpace = false;
     1130                                out.checkSpace = post;
    11311131
    11321132                                writeNode( node.getFirstChild() );
    11331133
  • test/test.js

     
    186186
    187187                [       "a=++c+d-- - --d;" ],
    188188
     189                [       "if(a==b)c++;else d++;" ],
     190
    189191                [       "a=/AA\s*/gi;" ],
    190192
    191193                [       "is=/AA\s*/gi.test('Test');" ],
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy