Skip to content
Snippets Groups Projects
Commit 0a010579 authored by Ralf Jung's avatar Ralf Jung
Browse files

adjust regexp

parent 2b12b6fd
Branches
Tags
No related merge requests found
...@@ -6,5 +6,5 @@ s/subgoal/goal/g ...@@ -6,5 +6,5 @@ s/subgoal/goal/g
/^File/d /^File/d
# extra space removed in https://github.com/coq/coq/pull/16130 # extra space removed in https://github.com/coq/coq/pull/16130
s/= $/=/ s/= $/=/
# coq/coq#16208 (this regex deletes an empty line followed by the "uses section variable" line) # delete "uses section variable" lines (https://github.com/coq/coq/pull/16208)
/^$/{N;/.* uses section variable.*/d} /^[^ ]+ uses section variables? .*\.$/d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment