Пример #1
0
 def test_decode_to_rdf_uri(self):
     r = ParamManager.encode_to_rdf_uri("@&###:::123%%%%!!!")
     assert ParamManager.decode_to_rdf_uri(r) == "@&###:::123%%%%!!!"
Пример #2
0
 def test_decode_to_rdf_uri(self):
     r = ParamManager.encode_to_rdf_uri("A",prefix="<http://helloworld/test/>")
     assert ParamManager.decode_to_rdf_uri(r,prefix="http://helloworld/test/") == "A"
Пример #3
0
 def test_decode_to_rdf_uri(self):
     r = ParamManager.encode_to_rdf_uri("A",prefix="<http://helloworld/test/>")
     assert ParamManager.decode_to_rdf_uri(r,prefix="http://helloworld/test/") == "A"
Пример #4
0
 def test_decode_to_rdf_uri(self):
     r = ParamManager.encode_to_rdf_uri("@&###:::123%%%%!!!")
     assert ParamManager.decode_to_rdf_uri(r) == "@&###:::123%%%%!!!"