tests/test-highlight.out
changeset 9424 799373ff2554
parent 8936 1de6e7e1bb9f
child 9426 b42b03308ae9
--- a/tests/test-highlight.out	Mon Aug 31 10:58:33 2009 -0500
+++ b/tests/test-highlight.out	Sat Aug 29 15:24:15 2009 +0900
@@ -538,3 +538,16 @@
 /* pygments_style = fruity */
 
 % errors encountered
+adding eucjp.txt
+% HGENCODING=euc-jp hg serve
+% hgweb filerevision, html
+<div class="parity0 source"><a href="#l1" id="l1">     1</a> \xb5\xfe</div>
+% errors encountered
+% HGENCODING=utf-8 hg serve
+% hgweb filerevision, html
+<div class="parity0 source"><a href="#l1" id="l1">     1</a> \xef\xbf\xbd\xef\xbf\xbd</div>
+% errors encountered
+% HGENCODING=us-ascii hg serve
+% hgweb filerevision, html
+<div class="parity0 source"><a href="#l1" id="l1">     1</a> ??</div>
+% errors encountered