summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html
blob: f74c9e0eb0652e1418e6c89b7e6d77dc76c56cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <title>basic tests</title>
  </head>
  <body>
    <p>
      So, to prevent possible unpleasantness, the anchor is weighed&mdash;"To an ounce," Don Currie says severely.
    </p>
    <p>
      So, to prevent possible unpleasantness, the anchor is weighed&mdash;'To an ounce,' Don Currie says severely.
    </p>

    <script type="text/javascript" src="../src/smartquotes.js"></script>
    <script>smartquotes()</script>
  </body>
</html>