summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html
new file mode 100644
index 00000000..f74c9e0e
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/index.html
@@ -0,0 +1,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>