コード例 #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%%%%!!!"