From a06377c32db5f3dc6dd383249ddeb23d3ba33119 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Wed, 14 Jan 2004 06:57:23 +0000 Subject: [PATCH] Forgot to add these tests --- ext/tidy/tests/016.html | 1 + ext/tidy/tests/016.phpt | 27 +++++++++++++++++++++++++++ ext/tidy/tests/016.tcfg | 1 + ext/tidy/tests/017.phpt | 20 ++++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 ext/tidy/tests/016.html create mode 100644 ext/tidy/tests/016.phpt create mode 100644 ext/tidy/tests/016.tcfg create mode 100644 ext/tidy/tests/017.phpt diff --git a/ext/tidy/tests/016.html b/ext/tidy/tests/016.html new file mode 100644 index 0000000000..7dc6e4aba8 --- /dev/null +++ b/ext/tidy/tests/016.html @@ -0,0 +1 @@ +

testing

diff --git a/ext/tidy/tests/016.phpt b/ext/tidy/tests/016.phpt new file mode 100644 index 0000000000..1b0fa1e38f --- /dev/null +++ b/ext/tidy/tests/016.phpt @@ -0,0 +1,27 @@ +--TEST-- +Passing configuration file through tidy_parse_file() +--SKIPIF-- + +--POST-- +--GET-- +--INI-- +--FILE-- + +--EXPECT-- + + + + + + + + +

testing

+ + diff --git a/ext/tidy/tests/016.tcfg b/ext/tidy/tests/016.tcfg new file mode 100644 index 0000000000..fd6e4e44f4 --- /dev/null +++ b/ext/tidy/tests/016.tcfg @@ -0,0 +1 @@ +clean: yes diff --git a/ext/tidy/tests/017.phpt b/ext/tidy/tests/017.phpt new file mode 100644 index 0000000000..893e902f19 --- /dev/null +++ b/ext/tidy/tests/017.phpt @@ -0,0 +1,20 @@ +--TEST-- +The Tidy Output Buffer Filter +--SKIPIF-- + +--POST-- +--GET-- +--INI-- +--FILE-- + +testing +--EXPECT-- + + + + + + +testing + + \ No newline at end of file -- 2.50.1