|
1 | 1 | # |
2 | 2 | # with --sort=yes |
3 | 3 | # |
4 | | -A spaces B input_space.rst /^A spaces B$/;" c |
| 4 | +A spaces B input_space.rst /^A spaces B$/;" H |
5 | 5 | test input file.cc /^int32 test(int32 a)$/;" f typeref:typename:int32 signature:(int32 a) |
6 | 6 | test2 input file.cc /^int32 test2(void)$/;" f typeref:typename:int32 signature:(void) |
7 | 7 | test3 input file.cc /^int32 test3(int32 a)$/;" f typeref:typename:int32 signature:(int32 a) |
8 | 8 | test4 input file.cc /^int32 test4(int32$/;" f typeref:typename:int32 signature:(int32 a) |
9 | 9 | # WITH SCOPE |
10 | | -X space Y input_scope.rst /^X space Y$/;" s chapter:title |
11 | | -title input_scope.rst /^title$/;" c |
12 | | -topic in space input_scope.rst /^topic in space$/;" S section:X space Y |
| 10 | +X space Y input_scope.rst /^X space Y$/;" c title:title |
| 11 | +title input_scope.rst /^title$/;" H |
| 12 | +topic in space input_scope.rst /^topic in space$/;" s chapter:X space Y |
13 | 13 | # WITHOUT SCOPE |
14 | | -X space Y input_scope.rst /^X space Y$/;" s |
15 | | -title input_scope.rst /^title$/;" c |
16 | | -topic in space input_scope.rst /^topic in space$/;" S |
17 | | -topic in tab input_scope.rst /^topic in tab$/;" S |
| 14 | +X space Y input_scope.rst /^X space Y$/;" c |
| 15 | +title input_scope.rst /^title$/;" H |
| 16 | +topic in space input_scope.rst /^topic in space$/;" s |
| 17 | +topic in tab input_scope.rst /^topic in tab$/;" s |
18 | 18 | # |
19 | 19 | # with --sort=no |
20 | 20 | # |
21 | 21 | test input file.cc /^int32 test(int32 a)$/;" f typeref:typename:int32 signature:(int32 a) |
22 | 22 | test2 input file.cc /^int32 test2(void)$/;" f typeref:typename:int32 signature:(void) |
23 | 23 | test3 input file.cc /^int32 test3(int32 a)$/;" f typeref:typename:int32 signature:(int32 a) |
24 | 24 | test4 input file.cc /^int32 test4(int32$/;" f typeref:typename:int32 signature:(int32 a) |
25 | | -A spaces B input_space.rst /^A spaces B$/;" c |
| 25 | +A spaces B input_space.rst /^A spaces B$/;" H |
26 | 26 | # WITH SCOPE |
27 | | -title input_scope.rst /^title$/;" c |
28 | | -X space Y input_scope.rst /^X space Y$/;" s chapter:title |
29 | | -topic in space input_scope.rst /^topic in space$/;" S section:X space Y |
| 27 | +title input_scope.rst /^title$/;" H |
| 28 | +X space Y input_scope.rst /^X space Y$/;" c title:title |
| 29 | +topic in space input_scope.rst /^topic in space$/;" s chapter:X space Y |
30 | 30 | # WITHOUT SCOPE |
31 | | -title input_scope.rst /^title$/;" c |
32 | | -topic in tab input_scope.rst /^topic in tab$/;" S |
33 | | -X space Y input_scope.rst /^X space Y$/;" s |
34 | | -topic in space input_scope.rst /^topic in space$/;" S |
| 31 | +title input_scope.rst /^title$/;" H |
| 32 | +topic in tab input_scope.rst /^topic in tab$/;" s |
| 33 | +X space Y input_scope.rst /^X space Y$/;" c |
| 34 | +topic in space input_scope.rst /^topic in space$/;" s |
0 commit comments