annotate etc/nxml/test-invalid.xml @ 112292:a805278575f4

* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics. These changes make compilation easier to follow with Sun cc. (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to EMACS_INT values without provoking overflow diagnostics. (PSEUDOVECTOR_FLAG): Likewise, for consistency. (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow diagnostic with signed left shift.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 23:16:08 -0800
parents ef719132ddfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91891
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml">
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 <head>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 <title>An invalid document</title>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 </head>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 <body>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 <p>This XHTML document is <span class="#foo">invalid</span>.</p>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 </body>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 </html>