Fix bug with non-lower case color names in HTML.
[htmlpurifier.git] / smoketests / test-schema / Type.lookup.txt
blobb2479912fadc91b741d99a77682dfbcd8ed75381
1 Type.lookup
2 TYPE: lookup
3 DEFAULT: array('key1' => true, 'key2' => true)
4 DESCRIPTION: The lookup type acts just like list, except its elements are unique and are checked with <code>isset($var[$key])</code>.
5 --# vim: et sw=4 sts=4