summaryrefslogtreecommitdiffstats
path: root/3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt')
-rw-r--r--3rdparty/htmlpurifier/smoketests/test-schema/Type.nullstring.txt9
1 files changed, 0 insertions, 9 deletions
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