summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_i18n.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-22 23:05:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-22 23:05:19 +0200
commitbc5021e986d7e06c99001e7c409afdf1d16335ff (patch)
treef2773f196691f6425d1c42476b4fe963830ab25f /_test/cases/inc/parser/parser_i18n.test.php
parent840583dccde3ec4ca0a5a947d29b63a19fc3fbad (diff)
downloadrpg-bc5021e986d7e06c99001e7c409afdf1d16335ff.tar.gz
rpg-bc5021e986d7e06c99001e7c409afdf1d16335ff.tar.bz2
some test fixes (down to 67 failing ones)
darcs-hash:20051022210519-7ad00-5d4e204bd3c7cbe8a69f4c386c303e967c2d51cd.gz
Diffstat (limited to '_test/cases/inc/parser/parser_i18n.test.php')
-rw-r--r--_test/cases/inc/parser/parser_i18n.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/cases/inc/parser/parser_i18n.test.php b/_test/cases/inc/parser/parser_i18n.test.php
index f9609b07e..473ec6eec 100644
--- a/_test/cases/inc/parser/parser_i18n.test.php
+++ b/_test/cases/inc/parser/parser_i18n.test.php
@@ -62,10 +62,10 @@ class TestOfDoku_Parser_i18n extends TestOfDoku_Parser {
array('p_open',array()),
array('cdata',array("\nFoo\n")),
array('p_close',array()),
- array('header',array(' Iñtërnâtiônàlizætiøn ',3)),
+ array('header',array('Iñtërnâtiônàlizætiøn',3,5)),
array('section_open',array(3)),
array('p_open',array()),
- array('cdata',array(" Bar\n")),
+ array('cdata',array("\n Bar\n")),
array('p_close',array()),
array('section_close',array()),
array('document_end',array()),