Move betterproto/tests → tests
This commit is contained in:
		
				
					committed by
					
						 Bouke Versteegh
						Bouke Versteegh
					
				
			
			
				
	
			
			
			
						parent
						
							8864f4fdbd
						
					
				
				
					commit
					cebf9176a3
				
			
							
								
								
									
										6
									
								
								tests/inputs/signed/signed.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tests/inputs/signed/signed.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|   "signed32": 150, | ||||
|   "negative32": -150, | ||||
|   "string64": "150", | ||||
|   "negative64": "-150" | ||||
| } | ||||
							
								
								
									
										9
									
								
								tests/inputs/signed/signed.proto
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/inputs/signed/signed.proto
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| message Test { | ||||
|     // todo: rename fields after fixing bug where 'signed_32_positive' will map to 'signed_32Positive' as output json | ||||
|     sint32 signed32 = 1;    //  signed_32_positive | ||||
|     sint32 negative32 = 2;  //  signed_32_negative | ||||
|     sint64 string64 = 3;    //  signed_64_positive | ||||
|     sint64 negative64 = 4;  //  signed_64_negative | ||||
| } | ||||
		Reference in New Issue
	
	Block a user