summaryrefslogtreecommitdiff
path: root/tests/test5-main.c
Commit message (Collapse)AuthorAgeFilesLines
* char/xmlChar castingРуслан Ижбулатов2014-08-051-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710076
* gchar/guchar types and castingРуслан Ижбулатов2014-08-051-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710076
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-4/+0
|
* *** empty log message ***Dodji Seketeli2004-03-131-1/+4
|
* re-indented the source files to make'em comply with gnome indentationDodji Seketeli2004-03-071-160/+131
| | | | | | | | 2004-03-07 Dodji Seketeli <dodji@gnome.org> * src/*.c: re-indented the source files to make'em comply with gnome indentation rules. * libcroco-indent: added this indentation script.
* applied a patch of Rob BUIS to add the support of the :lang() pseudo classDodji Seketeli2004-02-291-0/+1
| | | | | | | | | | | 2004-02-29 Dodji Seketeli <dodji@gnome.org> * src/cr-sel-eng.c: applied a patch of Rob BUIS to add the support of the :lang() pseudo class using the pluggable pseudo class system. * tests/test5-main.c,tests/test-inputs/test5.1.css,tests/test-output-refs/test5.1.css.out: Updated the non regression tests suite to test the :lang() pseudo class.
* added a test case for the A + B type of selectors. added added theseDodji Seketeli2003-12-141-7/+6
| | | | | | | | | | | | | | | | | 2003-12-14 Dodji Seketeli <dodji@gnome.org> * docs/examples/selection-example-1.c: * docs/examples/selection-example-1.xml: * docs/examples/selection-example-1.css: added a test case for the A + B type of selectors. added * src/seleng/cr-sel-eng.c: (get_next_element_node) (get_prev_element_node) (get_next_parent_element_node): added these helper functions to help ignore non element nodes in the selector matcher. (sel_matches_node_real): Do not consider non element nodes when evaluating a selector.
* Went forward on the testctl front.Dodji Seketeli2003-04-011-6/+2
| | | | | Can now run non regression tests and get simple ok/ko report. Dodji.
* more code on the layout/cascade front.Dodji Seketeli2003-03-291-1/+1
| | | | | some fixes/improvements on the build system front. Dodji.
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-18/+13
|
* added non regression test for the id and class selection evaluation.Dodji Seketeli2003-03-091-1/+3
|
* added non regression tests for dashmatch attr selection. Dodji.Dodji Seketeli2003-03-081-1/+2
|
* made sure "OK" and "KO" strings are dumped on stderr. Dodji.Dodji Seketeli2003-03-081-2/+2
|
* fixed a couple of small bugs. Dodji.Dodji Seketeli2003-03-081-1/+1
|
* added some non regression test for "EQUAL" attribute selectorsDodji Seketeli2003-03-081-0/+1
| | | | in the selection engine.
* went forward in the selectors stuff debugging.Dodji Seketeli2003-03-061-8/+62
|
* added the test5 to test the selection engine.Dodji Seketeli2003-03-051-0/+233