mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
				* verilog: fix string literal regular expression. A backslash was improperly quoted, causing string literal matching to fail when the final token before a closing quote was an escaped backslash. * verilog: add regression test for string literal regex bug. Test for bug triggered by escaped backslash immediately before closing quote (introduced in  | 
			||
|---|---|---|
| .. | ||
| .gitignore | ||
| const2ast.cc | ||
| Makefile.inc | ||
| preproc.cc | ||
| preproc.h | ||
| verilog_error.cc | ||
| verilog_error.h | ||
| verilog_frontend.cc | ||
| verilog_frontend.h | ||
| verilog_lexer.h | ||
| verilog_lexer.l | ||
| verilog_location.h | ||
| verilog_parser.y | ||