* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]
* ext/openssl/ossl_ssl.c: ditto. * test/ruby/test_m17n.rb: ditto. https://github.com/ruby/ruby/pull/475 [ci-skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba672b6de1
commit
8920ac2972
@ -213,7 +213,7 @@ Slides should be:
|
|||||||
Please note:
|
Please note:
|
||||||
|
|
||||||
* Even if the proposal is generally acceptable, it won't be accepted without writing corner cases in the ticket
|
* Even if the proposal is generally acceptable, it won't be accepted without writing corner cases in the ticket
|
||||||
* Slide's exapmle: DevelopersMeeting20130727Japan
|
* Slide's example: DevelopersMeeting20130727Japan
|
||||||
|
|
||||||
== Backport Requests
|
== Backport Requests
|
||||||
|
|
||||||
|
@ -2004,7 +2004,7 @@ Init_ossl_ssl()
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Sets the context in which a session can be reused. This allows
|
* Sets the context in which a session can be reused. This allows
|
||||||
* sessions for multiple applications to be distinguished, for exapmle, by
|
* sessions for multiple applications to be distinguished, for example, by
|
||||||
* name.
|
* name.
|
||||||
*/
|
*/
|
||||||
rb_attr(cSSLContext, rb_intern("session_id_context"), 1, 1, Qfalse);
|
rb_attr(cSSLContext, rb_intern("session_id_context"), 1, 1, Qfalse);
|
||||||
|
@ -1502,7 +1502,7 @@ class TestM17N < Test::Unit::TestCase
|
|||||||
assert_equal("\uFFFD\uFFFD\uFFFD", u("\x80\x80\x80").scrub)
|
assert_equal("\uFFFD\uFFFD\uFFFD", u("\x80\x80\x80").scrub)
|
||||||
assert_equal("\uFFFDA", u("\xF4\x80\x80A").scrub)
|
assert_equal("\uFFFDA", u("\xF4\x80\x80A").scrub)
|
||||||
|
|
||||||
# exapmles in Unicode 6.1.0 D93b
|
# examples in Unicode 6.1.0 D93b
|
||||||
assert_equal("\x41\uFFFD\uFFFD\x41\uFFFD\x41",
|
assert_equal("\x41\uFFFD\uFFFD\x41\uFFFD\x41",
|
||||||
u("\x41\xC0\xAF\x41\xF4\x80\x80\x41").scrub)
|
u("\x41\xC0\xAF\x41\xF4\x80\x80\x41").scrub)
|
||||||
assert_equal("\x41\uFFFD\uFFFD\uFFFD\x41",
|
assert_equal("\x41\uFFFD\uFFFD\uFFFD\x41",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user