Skip to content

Commit 40535f6

Browse files
committed
Fix path check in MD-CALC
1 parent d44654b commit 40535f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@
337337
// MD-CALC: Provides basic arithmetic operations.
338338
// MD-CALC: ## Members
339339
// MD-CALC: public int public_val
340+
// MD-CALC: ## Records
341+
// MD-CALC: static_val
340342
// MD-CALC: ## Functions
341343
// MD-CALC: ### add
342344
// MD-CALC: *public int add(int a, int b)*
@@ -369,7 +371,7 @@
369371
// MD-CALC: **throw**if b is zero.
370372
// MD-CALC: ### mod
371373
// MD-CALC: *public int mod(int a, int b)*
372-
// MD-CALC: *Defined at ./include/Calculator.h#54*
374+
// MD-CALC: *Defined at ./include{{[\/]}}Calculator.h#54*
373375
// MD-CALC: **brief** Performs the mod operation on integers.
374376
// MD-CALC: **a** First integer.
375377
// MD-CALC: **b** Second integer.

0 commit comments

Comments
 (0)