| 80 | } |
| 81 | |
| 82 | void |
| 83 | testEscaped() |
| 84 | { |
| 85 | value const jv = testValue(); |
| 86 | BOOST_TEST(&jv.at_pointer("/a~1b")== &jv.at("a/b")); |
| 87 | BOOST_TEST(&jv.at_pointer("/m~0n")== &jv.at("m~n")); |
| 88 | } |
| 89 | |
| 90 | void |
| 91 | testNested() |
nothing calls this directly
no outgoing calls
no test coverage detected