1018
1018
'funkytool "arg with spaces" {this_temp}')
1020
1020
self.assertEqual('funkytool "arg with spaces" {this_temp}',
1022
1022
self.assertEqual('kdiff3 {base} {this} {other} -o {result}',
1024
1024
self.assertEqual('winmergeu {result}',
1027
1027
def test_set_merge_tools_duplicates(self):
1028
1028
conf = config.GlobalConfig()