summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html
new file mode 100644
index 00000000..2db5374d
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/test/fixtures/multiparagraph.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>multi-paragraph tests</title>
+ </head>
+ <body>
+ <p>
+ "When quoting multiple consecutive paragraphs of text, be sure to follow this hard and fast rule:
+ </p>
+ <p>
+ "Begin each paragraph with quote marks.
+ </p>
+ <p>
+ "Do not close every paragraph with quote marks.
+ </p>
+ <p>
+ "The only paragraph which should have both open and close quotes is the final paragraph being quoted."
+ </p>
+
+ <script type="text/javascript" src="../src/smartquotes.js"></script>
+ <script>smartquotes()</script>
+ </body>
+</html>