[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.

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

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