summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlLiterals.check
blob: 61a70c34ce73c00de16a27b8d04ef0156bf2f9ff (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
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><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>
    <hr></hr>
    <p>Complicated layout tasks can be encapsulated and outsourced.</p>
    <h2>Bye!</h2>
  </body>
</html>
Test04
ArrayBuffer(<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
<ns0:foo xmlns:ns0="www.bar.com" xmlns:ns1="www.baz.com"><ns1:baz></ns1:baz></ns0:foo>
<bar:foo xmlns:bar="www.bar.com" xmlns="www.baz.com"><baz></baz></bar:foo>