File: quote002.html

package info (click to toggle)
iceweasel 2.0.0.19-0etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 298,784 kB
  • ctags: 317,912
  • sloc: cpp: 1,796,902; ansic: 987,677; xml: 109,036; makefile: 47,777; asm: 35,201; perl: 26,983; sh: 20,879; cs: 6,232; java: 5,513; python: 3,249; pascal: 459; lex: 306; php: 244; csh: 132; objc: 97; yacc: 79; ada: 49; awk: 14; sql: 4; sed: 4
file content (33 lines) | stat: -rw-r--r-- 1,747 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
  <head>
    <title>HTML test for quoted string
	</title>
  </head>
  <body>
  This was created on 9/15/97, for Xena bug # 85121
  <br>Testing the quoted value string.
  <br> tag A is used so you can check the string by moving mouse on the link.
  <br> use view source or text editor to compare with browser display.
  <br>10 <a href= "abcd""xyz" > 2 quoted string stick together</a>
  <br>20 <a href= "abcd" "xyz" > 2 quoted string separated by space</a>
  <br>30 <a href= "abcd"efg"xyz" > Navigator doesn't support nested quote.</a>
  <br>40 <a href= "abcd&quot;xyz" > quoted string can have escaped quote.</a>
  <br>50 <a href= abcd&quot;xyz > unquoted string can have escaped quote.</a>
  <br>60 <a href= abcd&lt;x&gt;yz > unquoted string can have other entities.</a>
  <br>70 <a href= abcd&quot> entity missing ';', ended by &gt;</a>
  <br>80 <a href= abcd&quotxyz > entity missing ';', not treated as entity inside a value word.</a>
  <br>90 <a href= abcd&quot xyz > ending entity with a space, missing ';', value terminated.</a>
  <br>100 <a href= abcd&quot=xyz > ending entity with a '=', missing ';', value not terminated.</a>
  <br>110 <a href= abcd&{script entity }xyz > unquoted script is treated as text.</a>
  <br>120 <a href= "abcd &{ script    entiy } xyz" > Navigator 4.0 does not support script 
  entity in quoted string.</a>

  
  <br>130 this is fisrt quote " and second quote " in text area.
  <br>140 this is fisrt escaped-quote &quot; and second escaped-quote &quot; in text area.
  
  <br>
  <br>In the following test line, quote is the last char in the html file.
  <br> Navigator 4.0 displace the line as text.
  <br> XENA60 appends a closing quote and display it as link with empty href="".
  <br>150 <a href= "