Skip to content

Commit 65aac48

Browse files
committed
Activate passing libsass todo spec tests
1 parent a51a13c commit 65aac48

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

spec/libsass-todo-issues/issue_2884.hrx renamed to spec/libsass-closed-issues/issue_2884.hrx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ p[title=BaZ] {
5454
}
5555

5656
<===> output-libsass.css
57-
p[title="foo" i], p[title="foo"], p[title="bar" i], p[title="bar"], p[title="BaZ" i], p[title="BaZ"] {
57+
p[title="BaZ"], p[title="BaZ" i], p[title="bar"], p[title="bar" i], p[title="foo"], p[title="foo" i] {
5858
border: 1px solid;
5959
}
6060

0 commit comments

Comments
 (0)