[clang-doc] Fix failing tests on Windows

Tests on Windows were failing due to path separator differences.
'/' was being used as separator in the expected output, paths in expected
output are now changed to their native form before comparing them to the
actual output.

Committed on behalf of Diego Astiazarán (diegoaat97@gmail.com).

Differential Revision: https://reviews.llvm.org/D64669

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@365967 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed