summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_i18n.test.php
diff options
context:
space:
mode:
authorBen Coburn <btcoburn@silicodon.net>2006-05-26 19:02:29 +0200
committerBen Coburn <btcoburn@silicodon.net>2006-05-26 19:02:29 +0200
commit29d015e31a34ce8a4f006cd608faf5041987b921 (patch)
tree7a478fa9feafd697893770bb56601ac602028a71 /_test/cases/inc/parser/parser_i18n.test.php
parent041d7a86fb8203c598f5311bcbc2ab4b7b5bb085 (diff)
downloadrpg-29d015e31a34ce8a4f006cd608faf5041987b921.tar.gz
rpg-29d015e31a34ce8a4f006cd608faf5041987b921.tar.bz2
update header test cases 20060526
Also resolves a small p_close anomaly introduced when section edits were given their own instruction. darcs-hash:20060526170229-05dcb-9509e939b923fe966b901fe5d90ba499828a56c1.gz
Diffstat (limited to '_test/cases/inc/parser/parser_i18n.test.php')
-rw-r--r--_test/cases/inc/parser/parser_i18n.test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/_test/cases/inc/parser/parser_i18n.test.php b/_test/cases/inc/parser/parser_i18n.test.php
index 2e77777b8..469141ef1 100644
--- a/_test/cases/inc/parser/parser_i18n.test.php
+++ b/_test/cases/inc/parser/parser_i18n.test.php
@@ -62,12 +62,14 @@ class TestOfDoku_Parser_i18n extends TestOfDoku_Parser {
array('p_open',array()),
array('cdata',array("\nFoo\n")),
array('p_close',array()),
+ array('section_edit',array(-1,4,1,'')),
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("\n Bar\n")),
array('p_close',array()),
array('section_close',array()),
+ array('section_edit',array(5,0,3,'Iñtërnâtiônàlizætiøn')),
array('document_end',array()),
);
$this->assertEqual(array_map('stripbyteindex',$this->H->calls),$calls);