mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
fac747bdbd
With minor corrections. Signed-off-by: Marcus Bointon <marcus@synchromedia.co.uk> Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
10 lines
137 B
PHP
10 lines
137 B
PHP
<?php
|
|
|
|
// private class for unit testing
|
|
|
|
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
|
|
{
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|