webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
google
protobuf
internal
text_encoding_test
Classes
|
Variables
google.protobuf.internal.text_encoding_test Namespace Reference
Classes
class
TextEncodingTestCase
Variables
list
TEST_VALUES
Variable Documentation
◆
TEST_VALUES
list google.protobuf.internal.text_encoding_test.TEST_VALUES
Initial value:
1
= [
2
(
"foo\\rbar\\nbaz\\t"
,
3
"foo\\rbar\\nbaz\\t"
,
4
b
"foo\rbar\nbaz\t"
),
5
(
"\\'full of \\\"sound\\\" and \\\"fury\\\"\\'"
,
6
"\\'full of \\\"sound\\\" and \\\"fury\\\"\\'"
,
7
b
"'full of \"sound\" and \"fury\"'"
),
8
(
"signi\\\\fying\\\\ nothing\\\\"
,
9
"signi\\\\fying\\\\ nothing\\\\"
,
10
b
"signi\\fying\\ nothing\\"
),
11
(
"\\010\\t\\n\\013\\014\\r", "\x08\\t\\n\x0b\x0c\\r",
12
b"\010\011\012\013\014\015"
)]
Generated by
1.8.13