Skip to content

Commit

Permalink
De-HRX libsass/Sáss-UŢF8 and libsass/Sáss-UŢF8
Browse files Browse the repository at this point in the history
These 2 files are used to test UTF8 paths directly with sassc
executable, requiring a real directory.

This special handling is required to test fully on Windows (Ruby wrapper
can mask bugs), see sass/libsass#1774.
  • Loading branch information
glebm committed Mar 25, 2019
1 parent e030713 commit bae59ca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
9 changes: 0 additions & 9 deletions spec/libsass/Sáss-UŢF8.hrx

This file was deleted.

3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
9 changes: 0 additions & 9 deletions spec/libsass/Sáss-UŢF8.hrx

This file was deleted.

3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}

0 comments on commit bae59ca

Please sign in to comment.