mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
testcase for stleary/JSON-java#292 and adding .idea to .gitiignore
This commit is contained in:
parent
474711c4ea
commit
97e3d6c7ce
2 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,11 @@ public class JSONPointerTest {
|
|||
assertSame(document.get("foo"), query("#/foo"));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void uriFragmentNotationRoot() {
|
||||
assertSame(document, query("#"));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void uriFragmentPercentHandling() {
|
||||
assertSame(document.get("c%d"), query("#/c%25d"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue