"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "packages/less/test/index.js" between
less.js-4.1.2.tar.gz and less.js-4.1.3.tar.gz

About: Less.js (Leaner CSS) is a CSS preprocessor (extension language) adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

index.js  (less.js-4.1.2):index.js  (less.js-4.1.3)
skipping to change at line 91 skipping to change at line 91
[{math: 0}, '3rd-party/'], [{math: 0}, '3rd-party/'],
[{ processImports: false }, 'process-imports/'] [{ processImports: false }, 'process-imports/']
]; ];
testMap.forEach(function(args) { testMap.forEach(function(args) {
lessTester.runTestSet.apply(lessTester, args) lessTester.runTestSet.apply(lessTester, args)
}); });
lessTester.testSyncronous({syncImport: true}, '_main/import'); lessTester.testSyncronous({syncImport: true}, '_main/import');
lessTester.testSyncronous({syncImport: true}, '_main/plugin'); lessTester.testSyncronous({syncImport: true}, '_main/plugin');
lessTester.testSyncronous({syncImport: true}, 'math/strict/css'); lessTester.testSyncronous({syncImport: true}, 'math/strict/css');
lessTester.testNoOptions(); lessTester.testNoOptions();
lessTester.testDisablePluginRule();
lessTester.testJSImport(); lessTester.testJSImport();
lessTester.finished(); lessTester.finished();
(() => { (() => {
// Create new tester, since tests are not independent and tests // Create new tester, since tests are not independent and tests
// above modify tester in a way that breaks remote imports. // above modify tester in a way that breaks remote imports.
lessTester = lessTest(); lessTester = lessTest();
var scope = nock('https://example.com') var scope = nock('https://example.com')
.get('/redirect.less').query(true) .get('/redirect.less').query(true)
.reply(301, null, { location: '/target.less' }) .reply(301, null, { location: '/target.less' })
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)