Googletest export
Fix line that was wrapping in the middle of a link This looks uglier, but has the advantage that the link is kept in one piece. PiperOrigin-RevId: 210537337
This commit is contained in:
		
							parent
							
								
									6e639d6719
								
							
						
					
					
						commit
						a201ec4c5a
					
				@ -1381,8 +1381,8 @@ AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) {
 | 
				
			|||||||
// ================
 | 
					// ================
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// To learn more about using these macros, please search for 'MATCHER'
 | 
					// To learn more about using these macros, please search for 'MATCHER'
 | 
				
			||||||
// on https://github.com/google/googletest/blob/master/googlemock/docs/
 | 
					// on
 | 
				
			||||||
// CookBook.md
 | 
					// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MATCHER(name, description)\
 | 
					#define MATCHER(name, description)\
 | 
				
			||||||
  class name##Matcher {\
 | 
					  class name##Matcher {\
 | 
				
			||||||
 | 
				
			|||||||
@ -592,7 +592,8 @@ $$   // show up in the generated code.
 | 
				
			|||||||
// ================
 | 
					// ================
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// To learn more about using these macros, please search for 'MATCHER'
 | 
					// To learn more about using these macros, please search for 'MATCHER'
 | 
				
			||||||
// on https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
 | 
					// on
 | 
				
			||||||
 | 
					// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$range i 0..n
 | 
					$range i 0..n
 | 
				
			||||||
$for i
 | 
					$for i
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user