diff --git a/test-normalizer.sed b/test-normalizer.sed
index ca19aad59b641c7c02166cf6d9801606f8b3aa45..5da5d6fbc02d9566448b50089a3846d97100d888 100644
--- a/test-normalizer.sed
+++ b/test-normalizer.sed
@@ -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 */ /;}