Blame view

mobile/source/ext/phptal/tests/output/old-03.html 408 Bytes
a1684257   Administrator   first commit
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
  <span>prout</span>
  <span>b</span>
  <span>c</span>
  
  
  <!-- test attributes -->
  <a href="prout" title="prout">c</a>
  
  <a href="http://www.pearfr.com">foo</a>
  
  <!-- test if -->
  <div>c == c</div>
  
  This should be equal to 'prout' : prout
  
  error produced here correctly handled
  
  <div>
      0: <span>a</span>
  </div><div>
      1: <span>b</span>
  </div><div>
      2: <span>c</span>
  </div><div>
      3: <span>d</span>
  </div>