Skip to content

Commit

Permalink
Add a regression test for attribute selectors with a trailing dot (#1347
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 20, 2019
1 parent 6c9bd98 commit 7bff971
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/selectors/attribute.hrx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<===> regression/trailing_dot/input.scss
// See https://github.com/sass/dart-sass/issues/598
[a="b."] {x: y}

<===> regression/trailing_dot/output.css
[a="b."] {
x: y;
}

0 comments on commit 7bff971

Please sign in to comment.