Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
19bee769
Commit
19bee769
authored
Jul 15, 2013
by
crazymaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Replace Japanese characters with the encoded hexadecimal values"
This reverts commit
a91e4d6b
.
parent
a91e4d6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests-clar/object/blob/filter.c
+2
-2
No files found.
tests-clar/object/blob/filter.c
View file @
19bee769
...
...
@@ -15,7 +15,7 @@ static const char *g_raw[NUM_TEST_OBJECTS] = {
"foo
\n
bar
\r
both
\r\n
reversed
\n\r
again
\n
problems
\r
"
,
"123
\n\000\001\002\003\004
abc
\255\254\253\r\n
"
,
"
\xEF\xBB\xBF
This is UTF-8
\n
"
,
"
\xEF\xBB\xBF
0
xE30x810x0xBB0xE30x810x920xE30x810x0xBB0xE30x810x92
\r\n
0xE30x810x0xBB0xE30x810x920xE30x810x0xBB0xE30x810x92
\r\n
"
,
"
\xEF\xBB\xBF
ほげほげ
\r\n
ほげほげ
\r\n
"
,
"
\xFE\xFF\x00
T
\x00
h
\x00
i
\x00
s
\x00
!"
};
static
git_off_t
g_len
[
NUM_TEST_OBJECTS
]
=
{
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
17
,
-
1
,
-
1
,
12
};
...
...
@@ -38,7 +38,7 @@ static git_buf g_crlf_filtered[NUM_TEST_OBJECTS] = {
{
"foo
\n
bar
\r
both
\n
reversed
\n\r
again
\n
problems
\r
"
,
0
,
38
},
{
"123
\n\000\001\002\003\004
abc
\255\254\253\n
"
,
0
,
16
},
{
"
\xEF\xBB\xBF
This is UTF-8
\n
"
,
0
,
17
},
{
"
\xEF\xBB\xBF
0
xE30x810x0xBB0xE30x810x920xE30x810x0xBB0xE30x810x92
\n
0xE30x810x0xBB0xE30x810x920xE30x810x0xBB0xE30x810x92
\n
"
,
0
,
29
},
{
"
\xEF\xBB\xBF
ほげほげ
\n
ほげほげ
\n
"
,
0
,
29
},
{
"
\xFE\xFF\x00
T
\x00
h
\x00
i
\x00
s
\x00
!"
,
0
,
12
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment