From 30b7ad6c10b1512eb2622baef3ff48ef82220081 Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Tue, 17 Apr 2012 08:12:10 +0200 Subject: Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efab --- tests/misc/no-attributes.html | 2 ++ tests/misc/no-attributes.txt | 3 +++ tests/misc/test.cfg | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 tests/misc/no-attributes.html create mode 100644 tests/misc/no-attributes.txt create mode 100644 tests/misc/test.cfg (limited to 'tests') diff --git a/tests/misc/no-attributes.html b/tests/misc/no-attributes.html new file mode 100644 index 0000000..a72e888 --- /dev/null +++ b/tests/misc/no-attributes.html @@ -0,0 +1,2 @@ +

Regression test for issue 87

+

It's run with enable_attributes=False so this {@id=explanation} should not become an attribute

\ No newline at end of file diff --git a/tests/misc/no-attributes.txt b/tests/misc/no-attributes.txt new file mode 100644 index 0000000..b2cb653 --- /dev/null +++ b/tests/misc/no-attributes.txt @@ -0,0 +1,3 @@ +Regression *test* for issue 87 + +It's run with enable_attributes=False so this {@id=explanation} should not become an attribute diff --git a/tests/misc/test.cfg b/tests/misc/test.cfg new file mode 100644 index 0000000..21e0061 --- /dev/null +++ b/tests/misc/test.cfg @@ -0,0 +1,2 @@ +[no-attributes] +enable_attributes=False \ No newline at end of file -- cgit v1.2.3