1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-09 05:20:36 -04:00
elinks/src/dom
Jonas Fonseca 3f93148c9b Refactor test-sgml-parser-basic to work with non-bash shells
A problem with \n replacement caused test no. 19 to fail.
Fix it by also allowing expected output to be prepared in a
file by introducing a new backend: test_output_equals_file,
also used test_output_equals.

Tested on Ubuntu Feisty Fawn with both /bin/bash and /bin/sh
where /bin/sh failed before the fix. Reported by Witek.
2007-05-05 11:39:23 +02:00
..
css Remove empty first lines; a remnant from when CVS Id tags was in play 2006-12-09 22:54:22 +01:00
sgml DOM: Change code documentation to be Doxygen "compliant" 2006-12-10 01:17:35 +01:00
test Refactor test-sgml-parser-basic to work with non-bash shells 2007-05-05 11:39:23 +02:00
code.h DOM: Change code documentation to be Doxygen "compliant" 2006-12-10 01:17:35 +01:00
configuration.c DOM: Replace various DOM status/error/exception codes with dom_code enum 2006-01-31 22:01:35 +01:00
configuration.h DOM: Change code documentation to be Doxygen "compliant" 2006-12-10 01:17:35 +01:00
Doxyfile DOM: add Doxyfile for generating DOM implementation documentation 2006-12-11 21:04:38 +01:00
Makefile Add DOM configuration inspired module 2006-01-16 05:12:34 +01:00
node.c Fix compiler errors without HAVE_VARIADIC_MACROS. 2007-03-11 12:22:02 +02:00
node.h DOM: rename init_dom_node_ to init_dom_node_at and cleanup the declaration 2006-12-11 21:21:30 +01:00
scanner.c Add basic support for requesting error detection; SGML scanner part missing 2006-01-07 04:21:39 +01:00
scanner.h DOM: Change code documentation to be Doxygen "compliant" 2006-12-10 01:17:35 +01:00
select.c Fix compiler errors without HAVE_VARIADIC_MACROS. 2007-03-11 12:22:02 +02:00
select.h Make init_dom_select() take dom_string struct 2005-12-28 15:57:37 +01:00
stack.c mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
stack.h Fix compiler errors without HAVE_VARIADIC_MACROS. 2007-03-11 12:22:02 +02:00
string.h DOM: Change struct dom_string length member from size_t to unsigned int 2006-02-10 01:25:48 +01:00