Skip to content

Commit c158597

Browse files
committed
syntax: regenerate tables for version info
This is a cosmetic change only. ucd-generate now includes the Unicode version in the generated output.
1 parent 6ed3857 commit c158597

14 files changed

+56
-28
lines changed

regex-syntax/src/unicode_tables/age.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate age ucd-13.0.0 --chars
3+
// ucd-generate age ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("V10_0", V10_0),

regex-syntax/src/unicode_tables/case_folding_simple.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate case-folding-simple ucd-13.0.0 --chars --all-pairs
3+
// ucd-generate case-folding-simple ucd-13.0.0 --chars --all-pairs
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const CASE_FOLDING_SIMPLE: &'static [(char, &'static [char])] = &[
810
('A', &['a']),

regex-syntax/src/unicode_tables/general_category.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate general-category ucd-13.0.0 --chars --exclude surrogate
3+
// ucd-generate general-category ucd-13.0.0 --chars --exclude surrogate
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("Cased_Letter", CASED_LETTER),

regex-syntax/src/unicode_tables/grapheme_cluster_break.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate grapheme-cluster-break ucd-13.0.0 --chars
3+
// ucd-generate grapheme-cluster-break ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("CR", CR),

regex-syntax/src/unicode_tables/perl_decimal.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate general-category ucd-13.0.0 --chars --include decimalnumber
3+
// ucd-generate general-category ucd-13.0.0 --chars --include decimalnumber
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
810
&[("Decimal_Number", DECIMAL_NUMBER)];

regex-syntax/src/unicode_tables/perl_space.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate property-bool ucd-13.0.0 --chars --include whitespace
3+
// ucd-generate property-bool ucd-13.0.0 --chars --include whitespace
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
810
&[("White_Space", WHITE_SPACE)];

regex-syntax/src/unicode_tables/perl_word.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate perl-word ucd-13.0.0 --chars
3+
// ucd-generate perl-word ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const PERL_WORD: &'static [(char, char)] = &[
810
('0', '9'),

regex-syntax/src/unicode_tables/property_bool.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate property-bool ucd-13.0.0 --chars
3+
// ucd-generate property-bool ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("ASCII_Hex_Digit", ASCII_HEX_DIGIT),

regex-syntax/src/unicode_tables/property_names.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate property-names ucd-13.0.0
3+
// ucd-generate property-names ucd-13.0.0
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[
810
("age", "Age"),

regex-syntax/src/unicode_tables/property_values.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate property-values ucd-13.0.0 --include gc,script,scx,age,gcb,wb,sb
3+
// ucd-generate property-values ucd-13.0.0 --include gc,script,scx,age,gcb,wb,sb
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const PROPERTY_VALUES: &'static [(
810
&'static str,

regex-syntax/src/unicode_tables/script.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate script ucd-13.0.0 --chars
3+
// ucd-generate script ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("Adlam", ADLAM),

regex-syntax/src/unicode_tables/script_extension.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate script-extension ucd-13.0.0 --chars
3+
// ucd-generate script-extension ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("Adlam", ADLAM),

regex-syntax/src/unicode_tables/sentence_break.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate sentence-break ucd-13.0.0 --chars
3+
// ucd-generate sentence-break ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("ATerm", ATERM),

regex-syntax/src/unicode_tables/word_break.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
22
//
3-
// ucd-generate word-break ucd-13.0.0 --chars
3+
// ucd-generate word-break ucd-13.0.0 --chars
44
//
5-
// ucd-generate 0.2.7 is available on crates.io.
5+
// Unicode version: 13.0.0.
6+
//
7+
// ucd-generate 0.2.8 is available on crates.io.
68

79
pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
810
("ALetter", ALETTER),

0 commit comments

Comments
 (0)