Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
23
third-party/vendor/regex-syntax-0.6.29/src/unicode_tables/perl_space.rs
vendored
Normal file
23
third-party/vendor/regex-syntax-0.6.29/src/unicode_tables/perl_space.rs
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
|
||||
//
|
||||
// ucd-generate property-bool ucd-15.0.0 --chars --include whitespace
|
||||
//
|
||||
// Unicode version: 15.0.0.
|
||||
//
|
||||
// ucd-generate 0.2.14 is available on crates.io.
|
||||
|
||||
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
|
||||
&[("White_Space", WHITE_SPACE)];
|
||||
|
||||
pub const WHITE_SPACE: &'static [(char, char)] = &[
|
||||
('\t', '\r'),
|
||||
(' ', ' '),
|
||||
('\u{85}', '\u{85}'),
|
||||
('\u{a0}', '\u{a0}'),
|
||||
('\u{1680}', '\u{1680}'),
|
||||
('\u{2000}', '\u{200a}'),
|
||||
('\u{2028}', '\u{2029}'),
|
||||
('\u{202f}', '\u{202f}'),
|
||||
('\u{205f}', '\u{205f}'),
|
||||
('\u{3000}', '\u{3000}'),
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue