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 783d0e3 commit 7370aacCopy full SHA for 7370aac
t/99_sass_specs.t
@@ -138,7 +138,7 @@ sub clean_err {
138
$str =~ s/(?:\/todo_|_todo\/)/\//g;
139
$str =~ s/\/libsass\-[a-z]+\-tests\//\//g;
140
$str =~ s/\/libsass\-[a-z]+\-issues\//\/libsass\-issues\//g;
141
- $str =~ s/[\w\/\-\\:]+?[\/\\]spec[\/\\]+/\/sass\/spec\//g;
+ $str =~ s/.+?[\/\\]spec[\/\\]+/\/sass\/spec\//g;
142
$str =~ s/(?:\r?\n)*\z/\n/;
143
$str =~ s/\A(?:\r?\n)+\z//;
144
# sometimes we want to skip these
0 commit comments