Skip to content

Commit

Permalink
Add regression test for escaped backslash (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored Jan 25, 2023
1 parent 34c2aa0 commit a5d4b0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/parser/selector.hrx
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<===> escaped_backslash/input.scss
// Regression test for sass/dart-sass#1855.
\\{
b: c;
}

<===> escaped_backslash/output.css
\\ {
b: c;
}

<===>
================================================================================
<===> error/empty_placeholder/input.scss
% {
a: b;
Expand Down

0 comments on commit a5d4b0c

Please sign in to comment.