From 36abb1d12c0def034725b840ac200b6813cf5828 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 5 Nov 2008 15:49:02 -0500 Subject: Added Abbreviation Extension. Tests included --- tests/extensions-x-abbr/abbr.html | 4 ++++ tests/extensions-x-abbr/abbr.txt | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/extensions-x-abbr/abbr.html create mode 100644 tests/extensions-x-abbr/abbr.txt (limited to 'tests') diff --git a/tests/extensions-x-abbr/abbr.html b/tests/extensions-x-abbr/abbr.html new file mode 100644 index 0000000..456524e --- /dev/null +++ b/tests/extensions-x-abbr/abbr.html @@ -0,0 +1,4 @@ +

An ABBR: "REF". +ref and REFERENCE should be ignored.

+

The HTML specification +is maintained by the W3C.

\ No newline at end of file diff --git a/tests/extensions-x-abbr/abbr.txt b/tests/extensions-x-abbr/abbr.txt new file mode 100644 index 0000000..991bf15 --- /dev/null +++ b/tests/extensions-x-abbr/abbr.txt @@ -0,0 +1,13 @@ +An ABBR: "REF". +ref and REFERENCE should be ignored. + +*[REF]: Reference +*[ABBR]: This gets overriden by the next one. +*[ABBR]: Abbreviation + +The HTML specification +is maintained by the W3C. + +*[HTML]: Hyper Text Markup Language +*[W3C]: World Wide Web Consortium + -- cgit v1.2.3