diff --git a/ext/tidy/tests/016.html b/ext/tidy/tests/016.html new file mode 100644 index 00000000000..7dc6e4aba8c --- /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 00000000000..1b0fa1e38fe --- /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 00000000000..fd6e4e44f4f --- /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 00000000000..893e902f19a --- /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