We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762a33d commit 6d0d3e8Copy full SHA for 6d0d3e8
1 file changed
test/org/nutz/json/JsonTest.java
@@ -1047,5 +1047,6 @@ public void test_issue_1285() throws IOException {
1047
assertEquals("post", map.keySet().iterator().next());
1048
assertEquals(METHOD.valueOf("POST"), map.values().iterator().next());
1049
assertEquals(METHOD.valueOf("POST"), map.get("post"));
1050
+ Json.fromJson(METHOD.class, "'POST'");
1051
}
1052
0 commit comments