Skip to content

Commit 7b9a545

Browse files
committed
Allow for escaped forward slash in Windows paths
1 parent df44b4c commit 7b9a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-doc/basic-project.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
// JSON-INDEX-NEXT: "USR": "{{([0-9A-F]{40})}}",
5858
// JSON-INDEX-NEXT: "Name": "static_val",
5959
// JSON-INDEX-NEXT: "RefType": "record",
60-
// JSON-INDEX-NEXT: "Path": "GlobalNamespace{{[\/]}}Calculator",
60+
// JSON-INDEX-NEXT: "Path": "GlobalNamespace{{[\/]+}}Calculator",
6161
// JSON-INDEX-NEXT: "Children": []
6262
// JSON-INDEX-NEXT: }
6363
// JSON-INDEX-NEXT: ]

0 commit comments

Comments
 (0)