summaryrefslogtreecommitdiffstats
path: root/3rdparty/htmlpurifier/smoketests/test-schema
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/htmlpurifier/smoketests/test-schema')
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Directive.Allowed.txt6
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Directive.Deprecated.txt7
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Directive.txt3
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.bool.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.float.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.hash.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.int.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.istring.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.itext.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.list.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.lookup.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.mixed.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.nullbool.txt7
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt9
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.string.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.text.txt5
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.txt3
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/info.ini3
18 files changed, 0 insertions, 93 deletions
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Allowed.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Allowed.txt
deleted file mode 100644
index 8ffb6f793..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Allowed.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Directive.Allowed
-TYPE: string
-DEFAULT: 'apple'
-ALLOWED: 'apple', 'orange', 'pear', 'peach', 'mango'
-DESCRIPTION: This directive has a constrained set of allowed values.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Deprecated.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Deprecated.txt
deleted file mode 100644
index c922d1977..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.Deprecated.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Directive.Deprecated
-TYPE: int
-DEFAULT: 0
-DESCRIPTION: This is a deprecated directive that shouldn't show up on the form.
-DEPRECATED-VERSION: 1.0.0
-DEPRECATED-USE: Directive.Allowed
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Directive.txt
deleted file mode 100644
index 3256071a4..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Directive.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Directive
-DESCRIPTION: Other custom options with directives.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.bool.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.bool.txt
deleted file mode 100644
index 0b7d2a183..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.bool.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.bool
-TYPE: bool
-DEFAULT: false
-DESCRIPTION: The boolean type is true or false.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.float.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.float.txt
deleted file mode 100644
index bc20625e2..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.float.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.float
-TYPE: float
-DEFAULT: 3.1415
-DESCRIPTION: The float type is a floating point number.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.hash.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.hash.txt
deleted file mode 100644
index 6b156b680..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.hash.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.hash
-TYPE: hash
-DEFAULT: array('key1' => 'val1', 'key2' => 'val2')
-DESCRIPTION: The hash type is an associative array of string keys and string values.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.int.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.int.txt
deleted file mode 100644
index ec442b190..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.int.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.int
-TYPE: int
-DEFAULT: 23
-DESCRIPTION: The int type is an signed integer.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.istring.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.istring.txt
deleted file mode 100644
index adcfcad32..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.istring.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.istring
-TYPE: istring
-DEFAULT: 'case insensitive'
-DESCRIPTION: The istring type is short (no newlines), must be ASCII and is case-insensitive.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.itext.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.itext.txt
deleted file mode 100644
index eddd915db..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.itext.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.itext
-TYPE: itext
-DEFAULT: "case\ninsensitive\nand\npossibly\nquite\nlong"
-DESCRIPTION: The text type has newlines, must be ASCII and is case-insensitive.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.list.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.list.txt
deleted file mode 100644
index 3e0566820..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.list.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.list
-TYPE: list
-DEFAULT: array('item1', 'item2')
-DESCRIPTION: The list type is a numerically indexed array of strings.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.lookup.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.lookup.txt
deleted file mode 100644
index 634190ee8..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.lookup.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.lookup
-TYPE: lookup
-DEFAULT: array('key1' => true, 'key2' => true)
-DESCRIPTION: The lookup type acts just like list, except its elements are unique and are checked with <code>isset($var[$key])</code>.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.mixed.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.mixed.txt
deleted file mode 100644
index 6bda3a2df..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.mixed.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.mixed
-TYPE: mixed
-DEFAULT: new stdclass()
-DESCRIPTION: The mixed type allows any type, and is not form-editable.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullbool.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullbool.txt
deleted file mode 100644
index c26a661f9..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullbool.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Type.nullbool
-TYPE: bool/null
-DEFAULT: null
---DESCRIPTION--
-Null booleans need to be treated a little specially. See %Type.nullstring
-for information on what the null flag does.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
deleted file mode 100644
index c61c9baa9..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Type.nullstring
-TYPE: string/null
-DEFAULT: null
---DESCRIPTION--
-The null type is not a type, but a flag that can be added to any type
-making null a valid value for that entry. It's useful for saying, "Let
-the software pick the value for me," or "Don't use this element" when
-false has a special meaning.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.string.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.string.txt
deleted file mode 100644
index 1419b1fce..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.string.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.string
-TYPE: string
-DEFAULT: 'Case sensitive'
-DESCRIPTION: The string type is short (no newlines) and case-sensitive.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.text.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.text.txt
deleted file mode 100644
index 464f3b37f..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.text.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Type.text
-TYPE: text
-DEFAULT: "Case sensitive\nand\npossibly\nquite long..."
-DESCRIPTION: The text type has newlines and is case-sensitive.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/Type.txt b/3rdparty/htmlpurifier/smoketests/test-schema/Type.txt
deleted file mode 100644
index 9720b4fec..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/Type.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Type
-DESCRIPTION: Directives demonstration the variable types ConfigSchema supports.
---# vim: et sw=4 sts=4
diff --git a/3rdparty/htmlpurifier/smoketests/test-schema/info.ini b/3rdparty/htmlpurifier/smoketests/test-schema/info.ini
deleted file mode 100644
index c8c98313b..000000000
--- a/3rdparty/htmlpurifier/smoketests/test-schema/info.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-name = "Test Schema"
-
-; vim: et sw=4 sts=4