Skip to content

Commit

Permalink
Merge pull request #3809 from alainmarcel/alainmarcel-patch-1
Browse files Browse the repository at this point in the history
formal filter
  • Loading branch information
alaindargelas authored Aug 28, 2023
2 parents f7740b6 + c8b75ae commit 77caef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/regression.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ proc initialize_reg { file } {
regsub -all {1'hx} $content "1'h0" content
regsub -all {\(\* src = \"[a-zA-Z0-9_/|:\.-]*\" \*\)} $content "" content
regsub -all {\(\* keep = 1 \*\)\n} $content "" content
regsub -all {\(\* [a-zA-Z0-9= ]* \*\)\n} $content "" content
set fid [open $file "w"]
puts $fid $content
close $fid
Expand Down

0 comments on commit 77caef8

Please sign in to comment.