aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt')
-rw-r--r--lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt b/lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
new file mode 100644
index 000000000..4db33235d
--- /dev/null
+++ b/lib/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
@@ -0,0 +1,9 @@
+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