From d173bef495a23e9ce1b45104ad13dc91b984ef61 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 7 Apr 2007 04:17:41 +0000 Subject: [PATCH] More svn:eol-style=native for XHTML files. git-svn-id: http://htmlpurifier.org/svnroot@944 48356398-32a2-884e-a903-53898d9a118a --- smoketests/(special)/index.xhtml | 26 ++++----- smoketests/index.xhtml | 98 ++++++++++++++++----------------- smoketests/private/index.xhtml | 24 ++++---- smoketests/recursive/index.xhtml | 22 ++++---- smoketests/recursive/subdir/index.xhtml | 22 ++++---- 5 files changed, 96 insertions(+), 96 deletions(-) diff --git a/smoketests/(special)/index.xhtml b/smoketests/(special)/index.xhtml index d84ed42..4bb5d32 100644 --- a/smoketests/(special)/index.xhtml +++ b/smoketests/(special)/index.xhtml @@ -1,14 +1,14 @@ - - - - - (special)/index.html - - -

(special)/index.html

-

This is the index file for (special)/. Directory is - explicitly allowed and does not allow recursion. This file should - compile and be affected by htaccess despite the funny directory - name.

- + + + + + (special)/index.html + + +

(special)/index.html

+

This is the index file for (special)/. Directory is + explicitly allowed and does not allow recursion. This file should + compile and be affected by htaccess despite the funny directory + name.

+ \ No newline at end of file diff --git a/smoketests/index.xhtml b/smoketests/index.xhtml index 60ac660..4dff281 100644 --- a/smoketests/index.xhtml +++ b/smoketests/index.xhtml @@ -1,50 +1,50 @@ - - - - - index.html - - - -

index.html

-

This is the index file for smoketest files. This root directory is - explicitly allowed and does not allow recursion.

- -

Procedures

-
    -
  1. Delete index.html, load page in browser. Expect: Fully formed page
  2. -
  3. Run `php update.php clean`. Expect: All html pages gone
  4. -
  5. Run `php update.php normal`. Expect: No updates
  6. -
  7. Run `php update.php all`. Expect: All html pages generated
  8. -
  9. Touch index.xhtml source file, run `php update.php normal`. Expect: index.html updated
  10. -
  11. Run `php update.php clean`, then visit each active page. Expect: all pages fully formed
  12. -
- -

Files

- - - - - + + + + + index.html + + + +

index.html

+

This is the index file for smoketest files. This root directory is + explicitly allowed and does not allow recursion.

+ +

Procedures

+
    +
  1. Delete index.html, load page in browser. Expect: Fully formed page
  2. +
  3. Run `php update.php clean`. Expect: All html pages gone
  4. +
  5. Run `php update.php normal`. Expect: No updates
  6. +
  7. Run `php update.php all`. Expect: All html pages generated
  8. +
  9. Touch index.xhtml source file, run `php update.php normal`. Expect: index.html updated
  10. +
  11. Run `php update.php clean`, then visit each active page. Expect: all pages fully formed
  12. +
+ +

Files

+ + + + + \ No newline at end of file diff --git a/smoketests/private/index.xhtml b/smoketests/private/index.xhtml index 487e110..58e4e9b 100644 --- a/smoketests/private/index.xhtml +++ b/smoketests/private/index.xhtml @@ -1,13 +1,13 @@ - - - - - private/index.xhtml - - -

private/index.xhtml

-

This is a theoretical index file for private/. This file - should not ever be compiled.

- + + + + + private/index.xhtml + + +

private/index.xhtml

+

This is a theoretical index file for private/. This file + should not ever be compiled.

+ \ No newline at end of file diff --git a/smoketests/recursive/index.xhtml b/smoketests/recursive/index.xhtml index 7d9ee36..6102409 100644 --- a/smoketests/recursive/index.xhtml +++ b/smoketests/recursive/index.xhtml @@ -1,12 +1,12 @@ - - - - - recursive/index.html - - -

recursive/index.html

-

This is the index file for recursive/. Directory is - explicitly allowed and allows recursion.

- + + + + + recursive/index.html + + +

recursive/index.html

+

This is the index file for recursive/. Directory is + explicitly allowed and allows recursion.

+ \ No newline at end of file diff --git a/smoketests/recursive/subdir/index.xhtml b/smoketests/recursive/subdir/index.xhtml index 39903a9..a31049a 100644 --- a/smoketests/recursive/subdir/index.xhtml +++ b/smoketests/recursive/subdir/index.xhtml @@ -1,12 +1,12 @@ - - - - - recursive/subdir/index.html - - -

recursive/subdir/index.html

-

This is the index file for recursive/subdir/. Implicitly - permitted through a parent directory's recursive definition.

- + + + + + recursive/subdir/index.html + + +

recursive/subdir/index.html

+

This is the index file for recursive/subdir/. Implicitly + permitted through a parent directory's recursive definition.

+ \ No newline at end of file -- 2.11.4.GIT