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 31ca0c5 commit 449fe2bCopy full SHA for 449fe2b
json-java21/src/test/java/jdk/sandbox/java/util/json/EscapedKeyBugTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2025, Simon Massey. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -99,4 +99,4 @@ public void testMultipleEscapedCharactersInKey() {
99
// Verify key with multiple escaped characters is parsed correctly
100
assertEquals(1L, ((JsonNumber) obj.members().get("foo\n\t\"bar")).toNumber());
101
}
102
-}
+}
0 commit comments