File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1324,8 +1324,8 @@ namespace Sass {
1324
1324
case Sass_OP::DIV: sep = " /" ; break ;
1325
1325
default : break ;
1326
1326
}
1327
- if (ltype == Expression::NULL_VAL) error (" invalid null operation: \" null plus " +quote (unquote (rstr), ' "' )+" \" ." , lhs.pstate ());
1328
- if (rtype == Expression::NULL_VAL) error (" invalid null operation: \" " +quote (unquote (lstr), ' "' )+" plus null\" ." , rhs.pstate ());
1327
+ if (ltype == Expression::NULL_VAL) error (" Invalid null operation: \" null plus " +quote (unquote (rstr), ' "' )+" \" ." , lhs.pstate ());
1328
+ if (rtype == Expression::NULL_VAL) error (" Invalid null operation: \" " +quote (unquote (lstr), ' "' )+" plus null\" ." , rhs.pstate ());
1329
1329
1330
1330
if ( (ltype == Expression::STRING || sep == " " ) &&
1331
1331
(sep != " /" || !rqstr || !rqstr->quote_mark ())
You can’t perform that action at this time.
0 commit comments