File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed 
test/projects/changelog/tags Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 77    get :
88      responses :
99        ' 200 ' 
10-           content : { } 
10+           description : OK 
11+           content : {} 
1112      tags :
1213        - sameTagInDifferentPaths1 
1314        - sameTagInDifferentPaths3 
1415  /added2 :
1516    get :
1617      responses :
1718        ' 200 ' 
18-           content : { } 
19+           description : OK 
20+           content : {} 
1921      tags :
2022        - sameTagInDifferentPaths1 
2123        - sameTagInDifferentPaths3 
2224        - sameTagInMethodSiblings2 
2325    post :
2426      responses :
2527        ' 200 ' 
26-           content : { } 
28+           description : OK 
29+           content : {} 
2730      tags :
2831        - sameTagInMethodSiblings2 
2932  /changed1 :
3033    get :
3134      responses :
3235        ' 200 ' 
33-           content : { } 
36+           description : OK 
37+           content : {} 
3438      tags :
3539        - sameTagInDifferentPaths1 
3640        - sameTagInMethodSiblings3 
3741        - tag 
3842    post :
3943      responses :
4044        ' 200 ' 
41-           content : { } 
45+           description : OK 
46+           content : {} 
4247      tags :
43-         - sameTagInMethodSiblings3 
48+         - sameTagInMethodSiblings3 
Original file line number Diff line number Diff line change 77    get :
88      responses :
99        ' 200 ' 
10-           content : { } 
10+           description : OK 
11+           content : {} 
1112      tags :
1213        - sameTagInDifferentPaths1 
1314        - sameTagInDifferentPaths2 
1415  /removed2 :
1516    get :
1617      responses :
1718        ' 200 ' 
18-           content : { } 
19+           description : OK 
20+           content : {} 
1921      tags :
2022        - sameTagInDifferentPaths1 
2123        - sameTagInDifferentPaths2 
2224        - sameTagInMethodSiblings1 
2325    post :
2426      responses :
2527        ' 200 ' 
26-           content : { } 
28+           description : OK 
29+           content : {} 
2730      tags :
2831        - sameTagInMethodSiblings1 
2932  /changed1 :
3033    get :
3134      responses :
3235        ' 200 ' 
33-           content : { } 
36+           description : OK 
37+           content : {} 
3438      tags :
3539        - sameTagInDifferentPaths1 
3640        - tag 
3741        - missingByDesign 
3842    post :
3943      responses :
4044        ' 200 ' 
41-           content : { } 
45+           description : OK 
46+           content : {} 
4247      tags :
43-         - missingByDesign 
48+         - missingByDesign 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments