Move betterproto/tests → tests
This commit is contained in:
		
				
					committed by
					
						 Bouke Versteegh
						Bouke Versteegh
					
				
			
			
				
	
			
			
			
						parent
						
							8864f4fdbd
						
					
				
				
					commit
					cebf9176a3
				
			
							
								
								
									
										18
									
								
								tests/inputs/oneof_enum/oneof_enum.proto
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/inputs/oneof_enum/oneof_enum.proto
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| message Test { | ||||
|   oneof action { | ||||
|     Signal signal = 1; | ||||
|     Move move = 2; | ||||
|   } | ||||
| } | ||||
|  | ||||
| enum Signal { | ||||
|   PASS = 0; | ||||
|   RESIGN = 1; | ||||
| } | ||||
|  | ||||
| message Move { | ||||
|   int32 x = 1; | ||||
|   int32 y = 2; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user