@@ -1493,7 +1493,7 @@ pub const LONGLIST: &[&str] = [
14931493 "---\n ---\n ident" ,
14941494 "---\n front matter\n ---\n ident" ,
14951495 "----\n front matter\n ----\n ident" ,
1496- "---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- \n front matter\n ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -----------------\n ident" ,
1496+ "-----------------\n front matter\n -----------------\n ident" ,
14971497 "---\r \n front matter\r \n ---\r \n ident" ,
14981498
14991499 // What follows the frontmatter
@@ -1577,6 +1577,11 @@ pub const LONGLIST: &[&str] = [
15771577 "----\n 🦀---\n ---\n ident" , // #146847
15781578 "---🦀--- ---" , // Minimal case of #146847
15791579
1580+ // Length limit
1581+ "--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n front matter\n --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n ident" ,
1582+ "---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n front matter\n ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n ident" ,
1583+ "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n front matter\n ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n ident" ,
1584+
15801585 // What's before the frontmatter
15811586 "ident\n ---\n front matter\n ---\n ident" ,
15821587 "ident---\n front matter\n ---\n ident" ,
0 commit comments