Commit b75da700 by Andrew Nesbitt

Merge pull request #455 from am11/master

Code: Updated to latest master and fixed a test
parents 9909f276 384772bd
Subproject commit 27d4fcd92db501d0662696f08942f35499717f53
Subproject commit 9569ba15a3b9d04be1490f6d83c998802cd94514
......@@ -8,10 +8,10 @@ var path = require('path'),
cliPath = path.resolve(__dirname, '../bin/node-sass'),
sampleFilename = path.resolve(__dirname, 'sample.scss');
var expectedSampleCompressed = '#navbar{width:80%;height:23px;}\
#navbar ul{list-style-type:none;}\
#navbar li{float:left;}\
#navbar li a{font-weight:bold;}';
var expectedSampleCompressed = '#navbar{width:80%;height:23px}\
#navbar ul{list-style-type:none}\
#navbar li{float:left}\
#navbar li a{font-weight:bold}';
var expectedSampleNoComments = '#navbar {\n\
width: 80%;\n\
......
Subproject commit 0882c3093cba708ea419e521fb48a272ab6b8b6d
Subproject commit c670739b19a780e315672d158e257585a20f81bf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment