You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Trac #34841: adapt findstat doctests to new newlines
https://findstat.org now normalizes all newlines from `\n` to `\r\n`.This ticket adapts the doctests accordingly.URL:https://trac.sagemath.org/34841Reported by: mantepseTicket author(s): Martin RubeyReviewer(s): Travis Scrimshaw
'Description': 'The number of nestings of a perfect matching. \r\n\r\n\r\nThis is the number of pairs of edges $((a,b), (c,d))$ such that $a\\le c\\le d\\le b$. i.e., the edge $(c,d)$ is nested inside $(a,b)$.',
2216
+
'Description': 'The number of nestings of a perfect matching.\r\n\r\nThis is the number of pairs of edges $((a,b), (c,d))$ such that $a\\le c\\le d\\le b$. i.e., the edge $(c,d)$ is nested inside $(a,b)$.',
2217
2217
'Domain': 'Cc0012',
2218
2218
'Name': 'The number of nestings of a perfect matching.',