~ubuntu-branches/ubuntu/lucid/php5/lucid

« back to all changes in this revision

Viewing changes to ext/dom/tests/DOMText_appendData_basic.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-03-16 09:09:50 UTC
  • mfrom: (1.1.18 upstream) (0.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100316090950-e36m0pzranoixifd
Tags: 5.3.2-1ubuntu1
* Merge from debian unstable: 
  - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in
      universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
  - Dropped debian/patches/libedit_is_editline.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
--CREDITS--
4
4
Mike Sullivan <mike@regexia.com>
5
5
#TestFest 2008 (London)
 
6
--SKIPIF--
 
7
<?php require_once('skipif.inc'); ?>
6
8
--FILE--
7
9
<?php
8
10
 
26
28
echo "\n" . $document->saveXML();
27
29
 
28
30
?>
 
31
===DONE===
29
32
--EXPECT--
30
33
Text Length (one append): 4
31
34
Text Length (two appends): 8
32
35
Text Content: data><&"
33
36
 
34
37
<?xml version="1.0"?>
35
 
<root><text>data&gt;&lt;&amp;"</text></root>
 
 
b'\\ No newline at end of file'
 
38
<root><text>data&gt;&lt;&amp;"</text></root>
 
39
===DONE===
 
40
        
 
 
b'\\ No newline at end of file'