mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-31 19:53:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			228 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			228 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # RegExp Generator
 | |
| 
 | |
| This tool generates the tests in the
 | |
| `test/built-ins/RegExp/CharacterClassEscapes/` folder from Unicode data.
 | |
| 
 | |
| To run:
 | |
| 
 | |
| ```sh
 | |
| $ npm install  # before first run
 | |
| $ npm run clean  # optional
 | |
| $ npm run build
 | |
| ```
 |