summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/basic.html
blob: d65e1e1f83725c8b12527b3c4c88df9a2e128ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <title>Punch, or the London Charivari, June 29th, 1895.</title>
  <script type="text/javascript">
    var unchanged = "text";
  </script>
</head>
<body>

<p id="one">Ma'am, this "test" is from '95</p>
<p id="two">Marshiness of 'Ammercloth's</p>
<div id="three"><p>"This 'text with an inner <em>emphasis</em>' should be smart, too.</p><p>"Super smart."</p></div>
<div id="four">
  "Die krijg je van ons'', probeert John Williams nog.
  <br />Maar Mees keurt alle verbeteringen met een verbeten gezicht volledig af. "Ik vind het niet mooi."
</div>
</body>
</html>