diff options
Diffstat (limited to 'tests/ref/html/quote-plato.html')
| -rw-r--r-- | tests/ref/html/quote-plato.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ref/html/quote-plato.html b/tests/ref/html/quote-plato.html new file mode 100644 index 00000000..fc052d10 --- /dev/null +++ b/tests/ref/html/quote-plato.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <blockquote> + … ἔοικα γοῦν τούτου γε σμικρῷ τινι αὐτῷ τούτῳ σοφώτερος εἶναι, ὅτι ἃ μὴ οἶδα οὐδὲ οἴομαι εἰδέναι. + </blockquote> + <p> + — Plato + </p> + <blockquote> + … I seem, then, in just this little thing to be wiser than this man at any rate, that what I do not know I do not think I know either. + </blockquote> + <p> + — from the Henry Cary literal translation of 1897 + </p> + </body> +</html> |
