summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 05:45:27 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 05:55:53 -0500
commitc53e5f29befc6b9e8d71746caf79e53821a4db4f (patch)
tree90a1bd87afeada6fe660bdca9de4256c82c31439
parenteab4582f2e3a90840d102f32e46d1d9b0645316a (diff)
downloadgobject-introspection-c53e5f29befc6b9e8d71746caf79e53821a4db4f.tar.gz
docwriter: Don't render constants for now
Clutter has thousands of keysym constants, and until we get them all on one page, this is just tons of tiny files that are just noise.
-rw-r--r--giscanner/docwriter.py5
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE.page26
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.DOUBLE_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.FOO_PIE_IS_TASTY.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.FOO_SUCCESS_INT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANTA.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.G_GINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.LONG_STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.MAXUINT64.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.MININT64.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.Mixed_Case_Constant.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.NEGATIVE_INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-C-expected/Regress.UTF8_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE.page26
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.DOUBLE_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_PIE_IS_TASTY.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_SUCCESS_INT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANTA.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.G_GINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.LONG_STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.MAXUINT64.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.MININT64.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.Mixed_Case_Constant.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.NEGATIVE_INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.UTF8_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE.page26
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.DOUBLE_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.FOO_PIE_IS_TASTY.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.FOO_SUCCESS_INT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANTA.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.G_GINT64_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.LONG_STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.MAXUINT64.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.MININT64.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.Mixed_Case_Constant.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.NEGATIVE_INT_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.STRING_CONSTANT.page25
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.UTF8_CONSTANT.page25
55 files changed, 4 insertions, 1354 deletions
diff --git a/giscanner/docwriter.py b/giscanner/docwriter.py
index bf0ca20d..85f3b16d 100644
--- a/giscanner/docwriter.py
+++ b/giscanner/docwriter.py
@@ -170,6 +170,9 @@ class DocFormatter(object):
return saxutils.escape(text)
def should_render_node(self, node):
+ if isinstance(node, ast.Constant):
+ return False
+
return True
def format(self, node, doc):
@@ -394,7 +397,7 @@ class DocFormatterIntrospectableBase(DocFormatter):
if not getattr(node, "introspectable", True):
return False
- return True
+ return super(DocFormatterIntrospectableBase, self).should_render_node(node)
class DocFormatterPython(DocFormatterIntrospectableBase):
language = "Python"
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page b/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
deleted file mode 100644
index ebe71b0d..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_DEFINE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_DEFINE</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE.page b/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
deleted file mode 100644
index 4b38cc01..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
- <p>Since 1.4</p>
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page b/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
deleted file mode 100644
index d6c8e76a..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE_DIV"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE_DIV</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.DOUBLE_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.DOUBLE_CONSTANT.page
deleted file mode 100644
index b1aa32d8..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.DOUBLE_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.DOUBLE_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.DOUBLE_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page b/tests/scanner/Regress-1.0-C-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
deleted file mode 100644
index 357665de..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_DEFINE_SHOULD_BE_EXPOSED"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_DEFINE_SHOULD_BE_EXPOSED</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_PIE_IS_TASTY.page b/tests/scanner/Regress-1.0-C-expected/Regress.FOO_PIE_IS_TASTY.page
deleted file mode 100644
index 7dc308a1..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_PIE_IS_TASTY.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_PIE_IS_TASTY"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_PIE_IS_TASTY</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_SUCCESS_INT.page b/tests/scanner/Regress-1.0-C-expected/Regress.FOO_SUCCESS_INT.page
deleted file mode 100644
index f20f426f..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.FOO_SUCCESS_INT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_SUCCESS_INT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_SUCCESS_INT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANT.page
deleted file mode 100644
index 9a0cd162..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANTA.page b/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANTA.page
deleted file mode 100644
index 4faf765f..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.GUINT64_CONSTANTA.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANTA"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANTA</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.G_GINT64_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.G_GINT64_CONSTANT.page
deleted file mode 100644
index b4a66f69..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.G_GINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.G_GINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.G_GINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.INT_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.INT_CONSTANT.page
deleted file mode 100644
index e4df9a1e..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.LONG_STRING_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.LONG_STRING_CONSTANT.page
deleted file mode 100644
index 3c0409a7..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.LONG_STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.LONG_STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.LONG_STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.MAXUINT64.page b/tests/scanner/Regress-1.0-C-expected/Regress.MAXUINT64.page
deleted file mode 100644
index be1afd19..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.MAXUINT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MAXUINT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MAXUINT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.MININT64.page b/tests/scanner/Regress-1.0-C-expected/Regress.MININT64.page
deleted file mode 100644
index 35c3e584..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.MININT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MININT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MININT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.Mixed_Case_Constant.page b/tests/scanner/Regress-1.0-C-expected/Regress.Mixed_Case_Constant.page
deleted file mode 100644
index 5ea8d9b0..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.Mixed_Case_Constant.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.Mixed_Case_Constant"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.Mixed_Case_Constant</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.NEGATIVE_INT_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.NEGATIVE_INT_CONSTANT.page
deleted file mode 100644
index 576c690f..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.NEGATIVE_INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.NEGATIVE_INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.NEGATIVE_INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.STRING_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.STRING_CONSTANT.page
deleted file mode 100644
index 945ba986..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.UTF8_CONSTANT.page b/tests/scanner/Regress-1.0-C-expected/Regress.UTF8_CONSTANT.page
deleted file mode 100644
index 8f3f5324..00000000
--- a/tests/scanner/Regress-1.0-C-expected/Regress.UTF8_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.UTF8_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.UTF8_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
deleted file mode 100644
index ebe71b0d..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_DEFINE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_DEFINE</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
deleted file mode 100644
index 4b38cc01..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
- <p>Since 1.4</p>
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
deleted file mode 100644
index d6c8e76a..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE_DIV"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE_DIV</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.DOUBLE_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.DOUBLE_CONSTANT.page
deleted file mode 100644
index b1aa32d8..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.DOUBLE_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.DOUBLE_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.DOUBLE_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
deleted file mode 100644
index 357665de..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_DEFINE_SHOULD_BE_EXPOSED"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_DEFINE_SHOULD_BE_EXPOSED</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_PIE_IS_TASTY.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_PIE_IS_TASTY.page
deleted file mode 100644
index 7dc308a1..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_PIE_IS_TASTY.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_PIE_IS_TASTY"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_PIE_IS_TASTY</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_SUCCESS_INT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_SUCCESS_INT.page
deleted file mode 100644
index f20f426f..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FOO_SUCCESS_INT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_SUCCESS_INT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_SUCCESS_INT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANT.page
deleted file mode 100644
index 9a0cd162..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANTA.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANTA.page
deleted file mode 100644
index 4faf765f..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.GUINT64_CONSTANTA.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANTA"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANTA</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.G_GINT64_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.G_GINT64_CONSTANT.page
deleted file mode 100644
index b4a66f69..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.G_GINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.G_GINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.G_GINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.INT_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.INT_CONSTANT.page
deleted file mode 100644
index e4df9a1e..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.LONG_STRING_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.LONG_STRING_CONSTANT.page
deleted file mode 100644
index 3c0409a7..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.LONG_STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.LONG_STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.LONG_STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.MAXUINT64.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.MAXUINT64.page
deleted file mode 100644
index be1afd19..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.MAXUINT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MAXUINT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MAXUINT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.MININT64.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.MININT64.page
deleted file mode 100644
index 35c3e584..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.MININT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MININT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MININT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.Mixed_Case_Constant.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.Mixed_Case_Constant.page
deleted file mode 100644
index 5ea8d9b0..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.Mixed_Case_Constant.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.Mixed_Case_Constant"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.Mixed_Case_Constant</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.NEGATIVE_INT_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.NEGATIVE_INT_CONSTANT.page
deleted file mode 100644
index 576c690f..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.NEGATIVE_INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.NEGATIVE_INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.NEGATIVE_INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.STRING_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.STRING_CONSTANT.page
deleted file mode 100644
index 945ba986..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.UTF8_CONSTANT.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.UTF8_CONSTANT.page
deleted file mode 100644
index 8f3f5324..00000000
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.UTF8_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.UTF8_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.UTF8_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page b/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
deleted file mode 100644
index ebe71b0d..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_DEFINE.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_DEFINE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_DEFINE</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE.page b/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
deleted file mode 100644
index 4b38cc01..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE.page
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
- <p>Since 1.4</p>
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page b/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
deleted file mode 100644
index d6c8e76a..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.ANNOTATION_CALCULATED_LARGE_DIV.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.ANNOTATION_CALCULATED_LARGE_DIV"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.ANNOTATION_CALCULATED_LARGE_DIV</title>
-
-
-
- <p>Constant to define a calculated large value</p>
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.DOUBLE_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.DOUBLE_CONSTANT.page
deleted file mode 100644
index b1aa32d8..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.DOUBLE_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.DOUBLE_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.DOUBLE_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page b/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
deleted file mode 100644
index 357665de..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_DEFINE_SHOULD_BE_EXPOSED.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_DEFINE_SHOULD_BE_EXPOSED"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_DEFINE_SHOULD_BE_EXPOSED</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_PIE_IS_TASTY.page b/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_PIE_IS_TASTY.page
deleted file mode 100644
index 7dc308a1..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_PIE_IS_TASTY.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_PIE_IS_TASTY"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_PIE_IS_TASTY</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_SUCCESS_INT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_SUCCESS_INT.page
deleted file mode 100644
index f20f426f..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FOO_SUCCESS_INT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.FOO_SUCCESS_INT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.FOO_SUCCESS_INT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANT.page
deleted file mode 100644
index 9a0cd162..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANTA.page b/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANTA.page
deleted file mode 100644
index 4faf765f..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.GUINT64_CONSTANTA.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.GUINT64_CONSTANTA"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.GUINT64_CONSTANTA</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.G_GINT64_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.G_GINT64_CONSTANT.page
deleted file mode 100644
index b4a66f69..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.G_GINT64_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.G_GINT64_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.G_GINT64_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.INT_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.INT_CONSTANT.page
deleted file mode 100644
index e4df9a1e..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.LONG_STRING_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.LONG_STRING_CONSTANT.page
deleted file mode 100644
index 3c0409a7..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.LONG_STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.LONG_STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.LONG_STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.MAXUINT64.page b/tests/scanner/Regress-1.0-Python-expected/Regress.MAXUINT64.page
deleted file mode 100644
index be1afd19..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.MAXUINT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MAXUINT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MAXUINT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.MININT64.page b/tests/scanner/Regress-1.0-Python-expected/Regress.MININT64.page
deleted file mode 100644
index 35c3e584..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.MININT64.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.MININT64"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.MININT64</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.Mixed_Case_Constant.page b/tests/scanner/Regress-1.0-Python-expected/Regress.Mixed_Case_Constant.page
deleted file mode 100644
index 5ea8d9b0..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.Mixed_Case_Constant.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.Mixed_Case_Constant"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.Mixed_Case_Constant</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.NEGATIVE_INT_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.NEGATIVE_INT_CONSTANT.page
deleted file mode 100644
index 576c690f..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.NEGATIVE_INT_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.NEGATIVE_INT_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.NEGATIVE_INT_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.STRING_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.STRING_CONSTANT.page
deleted file mode 100644
index 945ba986..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.STRING_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.STRING_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.STRING_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.UTF8_CONSTANT.page b/tests/scanner/Regress-1.0-Python-expected/Regress.UTF8_CONSTANT.page
deleted file mode 100644
index 8f3f5324..00000000
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.UTF8_CONSTANT.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<page id="Regress.UTF8_CONSTANT"
- type="topic"
- style="default"
- xmlns="http://projectmallard.org/1.0/"
- xmlns:api="http://projectmallard.org/experimental/api/"
- xmlns:ui="http://projectmallard.org/1.0/ui/">
- <info>
-
- <link type="guide" xref="index"/>
-
- </info>
- <title>Regress.UTF8_CONSTANT</title>
-
-
-
-
-
-
-
-
-
-
-
-</page>