summaryrefslogtreecommitdiff
path: root/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs')
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html28
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html34
4 files changed, 71 insertions, 0 deletions
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
new file mode 100644
index 0000000..4878f5d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Regarding item# 11111, under sufficiently extreme conditions, quarks may\n become deconfined and exist as free particles. In the course of asymptotic\n freedom, the strong interaction becomes weaker at higher temperatures.\n Eventually, color confinement would be lost and an extremely hot plasma\n of freely moving quarks and gluons would be formed. This theoretical phase\n of matter is called quark-gluon plasma.[81] The exact conditions needed\n to give rise to this state are unknown and have been the subject of a great\n deal of speculation and experimentation.",
+ "Image": null,
+ "Title": null,
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
new file mode 100644
index 0000000..500f687
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
@@ -0,0 +1,28 @@
+<div>
+
+ <p id="first">Regarding item# 11111, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="second">Regarding item# 22222, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="third">Regarding item# 33333, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <br id="br2">
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
new file mode 100644
index 0000000..d081a94
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
@@ -0,0 +1,34 @@
+<html>
+
+ <head></head>
+
+ <body>
+ <br id="br1"/>
+ <p id="first">Regarding item# 11111, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="second">Regarding item# 22222, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="third">Regarding item# 33333, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <br id="br2"/>
+ </body>
+
+</html> \ No newline at end of file