aboutsummaryrefslogtreecommitdiff
path: root/bugs-fixed/space.ok
diff options
context:
space:
mode:
Diffstat (limited to 'bugs-fixed/space.ok')
-rw-r--r--bugs-fixed/space.ok16
1 files changed, 16 insertions, 0 deletions
diff --git a/bugs-fixed/space.ok b/bugs-fixed/space.ok
new file mode 100644
index 0000000..4278c5c
--- /dev/null
+++ b/bugs-fixed/space.ok
@@ -0,0 +1,16 @@
+" " ~ [[:blank:]]
+" " ~ [[:space:]]
+\a !~ [[:blank:]]
+\a !~ [[:space:]]
+\b !~ [[:blank:]]
+\b !~ [[:space:]]
+\f !~ [[:blank:]]
+\f ~ [[:space:]]
+\n !~ [[:blank:]]
+\n ~ [[:space:]]
+\r !~ [[:blank:]]
+\r ~ [[:space:]]
+\t ~ [[:blank:]]
+\t ~ [[:space:]]
+\v !~ [[:blank:]]
+\v ~ [[:space:]]