Skip to content

Commit 28bbd0e

Browse files
glebmxzyfer
authored andcommitted
Copy Unicode PWD tests from sass-spec (#2855)
As sass-spec is migrating to HRX, we need to copy this test here so we can run it directly via `sassc` instead of the sass-spec runner. Refs #2854 Refs sass/sass-spec#1365
1 parent 8e681e2 commit 28bbd0e

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ test_script:
8080
echo "spec runner not found (compile error?)"
8181
exit 1
8282
}
83-
Write-Host "Explicitly testing the case when cwd has Cyrillic characters: " -nonewline
83+
Write-Host "Explicitly testing the case when cwd has Unicode characters: " -nonewline
8484
# See comments in gh-1774 for details.
85-
cd sass-spec/spec/libsass/Sáss-UŢF8/
85+
cd test/e2e/unicode-pwd/Sáss-UŢF8/
8686
&$env:TargetPath ./input.scss 2>&1>$null
8787
if(-not($?)) {
8888
echo "Failed!"

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ build/test_util_string: test_util_string.cpp ../src/util_string.cpp | build
2121
clean: | build
2222
rm -rf build
2323

24-
.PHONY: test test_shared_ptr clean
24+
.PHONY: test test_shared_ptr test_util_string clean
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
span.utf8-in-path {
2+
margin: auto;
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
span.utf8-in-path {
2+
margin: auto;
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
span.utf8-in-path {
2+
margin: auto;
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
span.utf8-in-path {
2+
margin: auto;
3+
}

0 commit comments

Comments
 (0)