Changeset 5499
- Timestamp:
- 12/18/07 11:54:15 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Format/test_XML.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Format/test_XML.html
r5498 r5499 84 84 85 85 var out = format.write(doc.firstChild); 86 out = out.replace(/[\r\n]/g, '');87 out = out.replace( /<\?.*\?>/, '')88 var expected = text.replace(/<\?.*\?>/, '')89 86 t.eq(expected, out, 90 87 "correctly writes an XML DOM node");
