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

Merge branch 'adjust-focused-goal' into 'master'

Normalize focused goal output

See merge request iris/iris!743
parents cd511950 fd8f6c52
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,5 @@ ...@@ -2,3 +2,5 @@
s/(simple_intropattern)/(intropattern)/g s/(simple_intropattern)/(intropattern)/g
# adjust for https://github.com/coq/coq/pull/13656 # adjust for https://github.com/coq/coq/pull/13656
s/subgoal/goal/g s/subgoal/goal/g
# merge with subsequent line for https://github.com/coq/coq/pull/14999
/[0-9]* focused goals\?$/{N;s/\n */ /;}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment