summaryrefslogtreecommitdiff
path: root/test/farm/html/src/a.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/src/a.py')
-rw-r--r--test/farm/html/src/a.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/farm/html/src/a.py b/test/farm/html/src/a.py
new file mode 100644
index 00000000..9e71aebd
--- /dev/null
+++ b/test/farm/html/src/a.py
@@ -0,0 +1,7 @@
+# A test file for HTML reporting by coverage.
+
+if 1 < 2:
+ # Needed a < to look at HTML entities.
+ a = 3
+else:
+ a = 4