From d4f604ce03c151a1e8bb3ab83123c2ff65ec54de Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 27 May 2010 00:42:39 +0000 Subject: [PATCH] Remove ‌ and   from trunk See r66254 for context. I'm doing this separately because I need to manually add comments, since I don't want to insert Unicode literals that are just whitespace. Only one instance of each. --- maintenance/fuzz-tester.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maintenance/fuzz-tester.php b/maintenance/fuzz-tester.php index acfd06650f..6af8a1570c 100644 --- a/maintenance/fuzz-tester.php +++ b/maintenance/fuzz-tester.php @@ -454,8 +454,9 @@ class wikiFuzz { "|", // hex version. "ü", // malformed hex variant, MSB not zero. - // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature - "‌" + // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature + // ‌ == ‌ + "‌" ); // Defines various wiki-related bits of syntax, that can potentially cause -- 2.20.1