OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / input / in_431895.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
3 <!--
4                           bug-2001-01-03-a.html
5
6 Problem:
7   The "gnu-emacs" option reports the filename, line number, and column   
8   number in error and warning messages.  However, the filename is not set
9   when processing XML or if the "-quiet" option is used when processing
10   HTML; "(null)" is reported instead.
11
12 Expected behavior:
13   The filename should be reported regardless of other configuration
14   options.
15
16 Verification:
17   tidy -q -e --gnu-emacs yes bug-2001-01-03-a.html
18     
19 Correction:
20   localize.c ()
21   tidy.c (main)
22 -->
23
24 <html>
25
26 <head>
27 <title>Bug-2001-01-03-A [ #431895 ] gnu-emacs filename not set for XML or -q</title>
28 </head>
29
30 <body>
31
32 <p>
33 <p>Some text.</p>
34
35 </body>
36 </html>