svn commit: r1933951 - subversion/trunk/subversion/tests/libsvn_diff

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177825665038.238998.15688455878040921301@svn03-he-fi>
Author: ivan
Date: Fri May  8 16:10:50 2026
New Revision: 1933951

Log:
Do not use Unicode literals in tests.

* subversion/tests/libsvn_diff/parse-diff-test.c
  (unidiff_with_mergeinfo): Replace unicode text with utf8 bytes.

Modified:
   subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Modified: subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c	Fri May  8 15:54:11 2026	(r1933950)
+++ subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c	Fri May  8 16:10:50 2026	(r1933951)
@@ -278,8 +278,10 @@ static const char *unidiff_with_mergeinf
   "Modified: svn:mergeinfo"                                             NL
   "## -0,1 +0,3 ##"                                                     NL
   "   Reverse-merged /subversion/branches/1.6.x-r935631:r952683-955333" NL
-  "   /subversion/branches/nfc-nfd-aware-client:r870276,870376 をマージしました"NL
-  "   Fusionné /subversion/branches/1.7.x-r1507044:r1507300-1511568"    NL
+  "   /subversion/branches/nfc-nfd-aware-client:r870276,870376 "
+  "\xe3\x82\x92\xe3\x83\x9e\xe3\x83\xbc\xe3\x82\xb8\xe3\x81\x97"
+  "\xe3\x81\xbe\xe3\x81\x97\xe3\x81\x9f"                                NL
+  "   Fusionn\xc3\xa9 /subversion/branches/1.7.x-r1507044:r1507300-1511568" NL
   "   Merged /subversion/branches/1.8.x-openssl-dirs:r1535139"          NL;
 /* The above diff intentionally contains i18n versions of some lines. */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.