We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two failing tests in Ramaze 2012.12.08:
Syslog should escape % sequences [FAILED] Bacon::Error: "ramaze_syslog_test[1802]: Hello Cruel |\xC3\xA9vil| \xE6\x88\x88 REAL %s World\n".==("ramaze_syslog_test[1802]: Hello Cruel |\u00E9vil| \u6208 REAL %s World\n") failed
Directory listing should dry serve root directory [FAILED] Bacon::Error: [["../", "Parent Directory"], ["favicon.ico", "favicon.ico"], ["file+name.txt", "file name.txt"], ["test/", "test/"], ["test_download.css", "test_download.css"]].==([["../", "Parent Directory"], ["/favicon.ico", "favicon.ico"], ["/file+name.txt", "file name.txt"], ["/test/", "test/"], ["/test_download.css", "test_download.css"]]) failed
The text was updated successfully, but these errors were encountered:
For one may be we should skip the test if the locale is not utf8 ? Or provide other possible outputs (like above) depending on the locale setting ?
Sorry, something went wrong.
I don't thinks this is an issue really. @manveru , we can check Locale.current.to_s =~ /UTF-8/ to skip the test or just close the issue.
Locale.current.to_s =~ /UTF-8/
No branches or pull requests
There are two failing tests in Ramaze 2012.12.08:
The text was updated successfully, but these errors were encountered: