示例#1
0
文件: test.py 项目: icio/crul
 def test_trim(self):
     self.assertEqual(trim_fragment("https://hello/frag#top"), "https://hello/frag")
示例#2
0
文件: test.py 项目: icio/crul
 def test_multiple(self):
     self.assertEqual(trim_fragment("https://hello/frag#top#of#the#morning"), "https://hello/frag")
示例#3
0
文件: test.py 项目: icio/crul
 def test_fragless(self):
     self.assertEqual(trim_fragment("https://hello/world"), "https://hello/world")