From 278ea515fe5ff3e0dd652ee2127ffcd5cbc91527 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 30 Apr 2019 22:02:01 -0700 Subject: Use better example to test unicode case fold for ref links. The earlier test could be passed by implementations that just uppercase. Fixes #582. --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.txt b/spec.txt index e828e31..b6723e6 100644 --- a/spec.txt +++ b/spec.txt @@ -8070,11 +8070,11 @@ Matching is case-insensitive: Unicode case fold is used: ```````````````````````````````` example -[Толпой][Толпой] is a Russian word. +[ẞ] -[ТОЛПОЙ]: /url +[SS]: /url . -

Толпой is a Russian word.

+

```````````````````````````````` -- cgit v1.2.3