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