Sha256: eed7c0f357c45b8e81b7d377357c62ec9cb5d5f8a03f3fdb4711d3754ae2ffbd
Contents?: true
Size: 488 Bytes
Versions: 12
Compression:
Stored size: 488 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Special Chars</title> </head> <body> <div id='single-quote'>single 'quotes'</div> <div id='double-quote'>double "quotes"</div> <div underscored_attribute='true'>underscored attribute</div> <div id='special' we{ird='foo'>attribute with non-standard XML characters</div> <custom-tag id='custom_tag'>custom tag</custom-tag> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems