Change-Id: If1e0a206a19101928375cec230629de066f9326e Reviewed-on: https://cl.tvl.fyi/c/depot/+/2429 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: proptest
 | |
| # uuid:
 | |
| # key: proptest
 | |
| # condition: t
 | |
| # --
 | |
| #[proptest]
 | |
| fn ${1:test_name}($2) {
 | |
|    `%`$0
 | |
| } |