Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Fastjson
Commits
d191d464
Commit
d191d464
authored
5 years ago
by
wenshao
Browse files
Options
Download
Plain Diff
merge pom.xml
parents
103f4a4c
c485e371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/com/alibaba/fastjson/serializer/issue3084/TestRefWithQuote.java
+1
-1
...ibaba/fastjson/serializer/issue3084/TestRefWithQuote.java
with
1 addition
and
1 deletion
+1
-1
src/test/java/com/alibaba/fastjson/serializer/issue3084/TestRefWithQuote.java
+
1
-
1
View file @
d191d464
...
...
@@ -29,7 +29,7 @@ public class TestRefWithQuote {
@Test
public
void
testIssue3084
()
{
Map
<
String
,
TestRefWithQuote
.
X
>
origin
=
new
HashMap
<>();
Map
<
String
,
TestRefWithQuote
.
X
>
origin
=
new
HashMap
<
String
,
X
>();
TestRefWithQuote
.
X
x
=
new
TestRefWithQuote
.
X
(
"x"
);
origin
.
put
(
"aaaa\""
,
x
);
origin
.
put
(
"bbbb\""
,
x
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help