Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy Unicode PWD tests from sass-spec #2855

Merged
merged 1 commit into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ test_script:
echo "spec runner not found (compile error?)"
exit 1
}
Write-Host "Explicitly testing the case when cwd has Cyrillic characters: " -nonewline
Write-Host "Explicitly testing the case when cwd has Unicode characters: " -nonewline
# See comments in gh-1774 for details.
cd sass-spec/spec/libsass/Sáss-UŢF8/
cd test/e2e/unicode-pwd/Sáss-UŢF8/
&$env:TargetPath ./input.scss 2>&1>$null
if(-not($?)) {
echo "Failed!"
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ build/test_util_string: test_util_string.cpp ../src/util_string.cpp | build
clean: | build
rm -rf build

.PHONY: test test_shared_ptr clean
.PHONY: test test_shared_ptr test_util_string clean
3 changes: 3 additions & 0 deletions test/e2e/unicode-pwd/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 test/e2e/unicode-pwd/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;
}
3 changes: 3 additions & 0 deletions test/e2e/unicode-pwd/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 test/e2e/unicode-pwd/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;
}