aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/misc/no-attributes.html2
-rw-r--r--tests/misc/no-attributes.txt3
-rw-r--r--tests/misc/test.cfg2
3 files changed, 7 insertions, 0 deletions
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 @@
+<p>Regression <em>test</em> for issue 87</p>
+<p>It's run with enable_attributes=False so this {@id=explanation} should not become an attribute</p> \ 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