The fwf test now only tests the functionality of the rules themselves, not the parsing. The fwf_syntax test handles the testing of the parser. The fwf2 test was removed as it was almost identical with the original fwf test.
		
			
				
	
	
		
			5 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
rule test1 deny regex '.*' on_queries drop
 | 
						|
rule test2 deny regex '.*' on_queries create
 | 
						|
rule test3 deny regex '.*' on_queries alter
 | 
						|
users %@% match any rules test1 test2 test3
 |