Skip to content
Snippets Groups Projects
Verified Commit fd8f6c52 authored by Tej Chajed's avatar Tej Chajed
Browse files

Normalize focused goal output

Merge the "1 focused goal" line with the subsequent "(shelved: 1)" line,
since this is the new output in Coq 8.15+.

Iris does not currently produce this output, since no test calls `Show`
with shelved goals, but this future-proofs the test normalization.
parent cd511950
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,5 @@
s/(simple_intropattern)/(intropattern)/g
# adjust for https://github.com/coq/coq/pull/13656
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