1
0
mirror of synced 2026-01-28 04:59:20 +00:00
Files
garytwong 834a7294b7 verilog: fix string literal regular expression (#5187)
* 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 ca7d94af and fixed by 40aa7eaf).
2025-06-19 12:41:18 -04:00
..
2024-11-05 12:36:31 +13:00
2022-01-03 08:17:46 -07:00
2021-03-30 12:23:18 -04:00
2025-05-12 13:23:29 +02:00
2023-03-20 12:52:46 +01:00