diff --git "a/spec/libsass/Sa\314\201ss-UT\314\247F8.hrx" "b/spec/libsass/Sa\314\201ss-UT\314\247F8.hrx" deleted file mode 100644 index 978c154f6c..0000000000 --- "a/spec/libsass/Sa\314\201ss-UT\314\247F8.hrx" +++ /dev/null @@ -1,9 +0,0 @@ -<===> input.scss -span.utf8-in-path { - margin: auto; -} - -<===> output.css -span.utf8-in-path { - margin: auto; -} diff --git "a/spec/libsass/Sa\314\201ss-UT\314\247F8/input.scss" "b/spec/libsass/Sa\314\201ss-UT\314\247F8/input.scss" new file mode 100644 index 0000000000..ccdefb0220 --- /dev/null +++ "b/spec/libsass/Sa\314\201ss-UT\314\247F8/input.scss" @@ -0,0 +1,4 @@ +// TODO: Re-HRXify this test once https://github.com/sass/libsass/issues/2854 has been resolved. +span.utf8-in-path { + margin: auto; +} diff --git "a/spec/libsass/Sa\314\201ss-UT\314\247F8/output.css" "b/spec/libsass/Sa\314\201ss-UT\314\247F8/output.css" new file mode 100644 index 0000000000..2d4b28778d --- /dev/null +++ "b/spec/libsass/Sa\314\201ss-UT\314\247F8/output.css" @@ -0,0 +1,3 @@ +span.utf8-in-path { + margin: auto; +} diff --git "a/spec/libsass/S\303\241ss-U\305\242F8.hrx" "b/spec/libsass/S\303\241ss-U\305\242F8.hrx" deleted file mode 100644 index 978c154f6c..0000000000 --- "a/spec/libsass/S\303\241ss-U\305\242F8.hrx" +++ /dev/null @@ -1,9 +0,0 @@ -<===> input.scss -span.utf8-in-path { - margin: auto; -} - -<===> output.css -span.utf8-in-path { - margin: auto; -} diff --git "a/spec/libsass/S\303\241ss-U\305\242F8/input.scss" "b/spec/libsass/S\303\241ss-U\305\242F8/input.scss" new file mode 100644 index 0000000000..ccdefb0220 --- /dev/null +++ "b/spec/libsass/S\303\241ss-U\305\242F8/input.scss" @@ -0,0 +1,4 @@ +// TODO: Re-HRXify this test once https://github.com/sass/libsass/issues/2854 has been resolved. +span.utf8-in-path { + margin: auto; +} diff --git "a/spec/libsass/S\303\241ss-U\305\242F8/output.css" "b/spec/libsass/S\303\241ss-U\305\242F8/output.css" new file mode 100644 index 0000000000..2d4b28778d --- /dev/null +++ "b/spec/libsass/S\303\241ss-U\305\242F8/output.css" @@ -0,0 +1,3 @@ +span.utf8-in-path { + margin: auto; +}