diff options
| author | Lars Magne Ingebrigtsen | 2016-03-20 12:55:36 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2016-03-20 12:55:36 +0100 |
| commit | 4f9c775700d250d8626ce679a1fdd6da58a9fa11 (patch) | |
| tree | 7f430f41584f5e5a003897a558e95a9eb23e5f0b /test/data | |
| parent | c688c44ddfda28ac94dec2ad57c5ca3ed263ff1d (diff) | |
| download | emacs-4f9c775700d250d8626ce679a1fdd6da58a9fa11.tar.gz emacs-4f9c775700d250d8626ce679a1fdd6da58a9fa11.zip | |
Add a test harness for shr HTML rendering and one test
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/shr/div-p.html | 1 | ||||
| -rw-r--r-- | test/data/shr/div-p.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/data/shr/div-p.html b/test/data/shr/div-p.html new file mode 100644 index 00000000000..810b2f75e3c --- /dev/null +++ b/test/data/shr/div-p.html | |||
| @@ -0,0 +1 @@ | |||
| <div>foo</div><p>Bar | |||
diff --git a/test/data/shr/div-p.txt b/test/data/shr/div-p.txt new file mode 100644 index 00000000000..859d731da89 --- /dev/null +++ b/test/data/shr/div-p.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | foo | ||
| 2 | |||
| 3 | Bar | ||