We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bf746 commit b256d21Copy full SHA for b256d21
t/99_sass_specs.t
@@ -72,6 +72,8 @@ my $norm_output = sub ($) {
72
$_[0] =~ s/\/libsass-closed-issues\//\/libsass-issues\//g;
73
$_[0] =~ s/\Q$cwd_win\E[\/\\]t[\/\\]sass-spec[\/\\]/\/sass\//g;
74
$_[0] =~ s/\Q$cwd_nix\E[\/\\]t[\/\\]sass-spec[\/\\]/\/sass\//g;
75
+ # normalize nth-child binomial whitespace
76
+ $_[0] =~ s/\(\s*(\d+n)\s*([+-])\s*(\d+)\s*\)/($1 $2 $3)/g;
77
}
78
};
79
0 commit comments