summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlLiterals.check
blob: 95487bee2fe2dd26c4637093922e93330802977b (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Test01Literals
passed ok
passed ok
passed ok
ws trimming in patterns
passed ok
passed ok
<testTag ab="bkla" value="This is a test."></testTag>
<testTag bla="foo" value="42"></testTag>
Test02Embed
passed ok
passed ok
passed ok
passed ok
passed ok
passed ok
passed ok
passed ok
passed ok
Test03Servlet
<html><head><title>ModularFormatting</title></head><body><h2>Welcome</h2><p>What follows is an example of modular formatting.</p><p><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table></p><p>1a23.23</p><p><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table></p><hr></hr><p>Complicated layout tasks can be encapsulated and outsourced.</p><h2>Bye!</h2></body></html>
<html>
  <head>
    <title>ModularFormatting</title>
  </head>
  <body>
    <h2>Welcome</h2>
    <p>What follows is an example of modular formatting.</p>
    <p>
      <table align="center">
        <tr>
          <td bgcolor="#AAAAFF" color="#222255">
            <h1>message</h1>
          </td>
        </tr>
      </table>
    </p>
    <p>1a23.23</p>
    <p>
      <table align="center">
        <tr>
          <td bgcolor="#AAAAFF" color="#222255">
            <h1>message</h1>
          </td>
        </tr>
      </table>
      <table align="center">
        <tr>
          <td bgcolor="#AAAAFF" color="#222255">
            <h1>message</h1>
          </td>
        </tr>
      </table>
    </p>
    <hr></hr>
    <p>Complicated layout tasks can be encapsulated and outsourced.</p>
    <h2>Bye!</h2>
  </body>
</html>
Test04
List(<foo></foo>,<bar>Text</bar>,<foo></foo>)
<foo></foo>
passed ok
passed ok
passed ok
Test05Ref
<foo>{</foo>
<foo>&nbsp;{<bar><baz></baz></bar><bar></bar></foo>
namespace
<bar:foo xmlns:bar="www.bar.com" xmlns="www.baz.com"><baz></baz></bar:foo>