Add test for selecting horizontal whitespace

This commit is contained in:
Jacob Collins 2021-02-05 11:35:31 -05:00
parent 9dfab2f1fb
commit 66787e3b53
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1 @@
s\h<ret>

View File

@ -0,0 +1,27 @@
Should select all characters to the right of
the colon except U+000B (vertical tab)
%(
U+0009:
U+000B:
U+000C:
U+0020:
U+00A0: 
U+1680:
U+2000: 
U+2001:
U+2002:
U+2003:
U+2004:
U+2005:
U+2006:
U+2007:
U+2008:
U+2009:
U+200A:
U+2028:
U+2029:
U+202F:
U+205F:
U+3000: 
U+FEFF:
)

View File

@ -0,0 +1 @@
' ' ' ' ' ' ' ' '' ' ' '' '' '' '' '' '' '' '' '' '' '' '' '' '' ' ' ''