tidy-html5/test/input/in_431895.html

37 lines
748 B
HTML
Raw Normal View History

2011-11-17 02:44:16 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!--
bug-2001-01-03-a.html
Problem:
The "gnu-emacs" option reports the filename, line number, and column
number in error and warning messages. However, the filename is not set
when processing XML or if the "-quiet" option is used when processing
HTML; "(null)" is reported instead.
Expected behavior:
The filename should be reported regardless of other configuration
options.
Verification:
tidy -q -e --gnu-emacs yes bug-2001-01-03-a.html
Correction:
localize.c ()
tidy.c (main)
-->
<html>
<head>
<title>Bug-2001-01-03-A [ #431895 ] gnu-emacs filename not set for XML or -q</title>
</head>
<body>
<p>
<p>Some text.</p>
</body>
</html>