Home
last modified time | relevance | path

Searched refs:compare_start_string (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py183 def compare_file(pathname_1, pathname_2, encoding = "", compare_start_string = "", skip_line = ""): argument
210 if compare_start_string != "":
213 if compare_start_string in line:
218 if compare_start_string in line: