Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
c10938a1
Commit
c10938a1
authored
Jul 06, 2016
by
Adam Cozzette
Committed by
GitHub
Jul 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1752 from acozzette/fix-js-tests
Fixed failing JS tests
parents
ec458973
c64d86ed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
map.js
js/map.js
+0
-0
test.proto
js/test.proto
+4
-0
testbinary.proto
js/testbinary.proto
+0
-2
No files found.
js/map.js
0 → 100644
View file @
c10938a1
This diff is collapsed.
Click to expand it.
js/test.proto
View file @
c10938a1
...
...
@@ -229,3 +229,7 @@ message TestMessageWithOneof {
}
}
message
TestEndsWithBytes
{
optional
int32
value
=
1
;
optional
bytes
data
=
2
;
}
js/testbinary.proto
View file @
c10938a1
...
...
@@ -185,8 +185,6 @@ extend TestExtendable {
}
message
TestMapFields
{
option
(
jspb.generate_from_object
)
=
true
;
map
<
string
,
string
>
map_string_string
=
1
;
map
<
string
,
int32
>
map_string_int32
=
2
;
map
<
string
,
int64
>
map_string_int64
=
3
;
...
...
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