Browse Source

Correct path verification for windows

pull/179/head
Oliverpool 9 years ago
parent
commit
8d6661f9dc
  1. 2
      test/test_content/test_content.py

2
test/test_content/test_content.py

@ -84,7 +84,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest):
return "{}:{}".format(elem.keyword, elem.name)
elif isinstance(elem, tex.LaTeX):
return elem.filename
return files.path2posix(elem.filename)
else:
raise Exception(elem)

Loading…
Cancel
Save