[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / README
1 CSST
2
3 These test are for CSSTidy's parsing algorithms. They take this form:
4
5 --TEST--
6 Test name
7 --CSS--
8 CSS to parse
9 --EXPECT--
10 var_export() representation of csstidy->css[41]
11
12 Note carefully that EXPECT is for csstidy->css[41], not csstidy->css. This
13 is because, by default, all declarations are placed inside the
14 DEFAULT_AT section. For tests that need to make use of at selectors, use
15
16 --FULLEXPECT--
17 var_export() representation of csstidy->css
18
19 ...instead.
20
21 See also: class.csstidy_csst.php (the implementation of these tests) and
22 test.csst.php (the caller stub for SimpleTest)