Skip to content

Commit

Permalink
syntax: regenerate tables for version info
Browse files Browse the repository at this point in the history
This is a cosmetic change only. ucd-generate now includes the Unicode
version in the generated output.
  • Loading branch information
BurntSushi committed Mar 13, 2020
1 parent 6ed3857 commit c158597
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 28 deletions.
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/age.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate age ucd-13.0.0 --chars
// ucd-generate age ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("V10_0", V10_0),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/case_folding_simple.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate case-folding-simple ucd-13.0.0 --chars --all-pairs
// ucd-generate case-folding-simple ucd-13.0.0 --chars --all-pairs
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const CASE_FOLDING_SIMPLE: &'static [(char, &'static [char])] = &[
('A', &['a']),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/general_category.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate general-category ucd-13.0.0 --chars --exclude surrogate
// ucd-generate general-category ucd-13.0.0 --chars --exclude surrogate
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("Cased_Letter", CASED_LETTER),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/grapheme_cluster_break.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate grapheme-cluster-break ucd-13.0.0 --chars
// ucd-generate grapheme-cluster-break ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("CR", CR),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/perl_decimal.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate general-category ucd-13.0.0 --chars --include decimalnumber
// ucd-generate general-category ucd-13.0.0 --chars --include decimalnumber
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
&[("Decimal_Number", DECIMAL_NUMBER)];
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/perl_space.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate property-bool ucd-13.0.0 --chars --include whitespace
// ucd-generate property-bool ucd-13.0.0 --chars --include whitespace
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
&[("White_Space", WHITE_SPACE)];
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/perl_word.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate perl-word ucd-13.0.0 --chars
// ucd-generate perl-word ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const PERL_WORD: &'static [(char, char)] = &[
('0', '9'),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/property_bool.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate property-bool ucd-13.0.0 --chars
// ucd-generate property-bool ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("ASCII_Hex_Digit", ASCII_HEX_DIGIT),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/property_names.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate property-names ucd-13.0.0
// ucd-generate property-names ucd-13.0.0
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[
("age", "Age"),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/property_values.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate property-values ucd-13.0.0 --include gc,script,scx,age,gcb,wb,sb
// ucd-generate property-values ucd-13.0.0 --include gc,script,scx,age,gcb,wb,sb
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const PROPERTY_VALUES: &'static [(
&'static str,
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/script.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate script ucd-13.0.0 --chars
// ucd-generate script ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("Adlam", ADLAM),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/script_extension.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate script-extension ucd-13.0.0 --chars
// ucd-generate script-extension ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("Adlam", ADLAM),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/sentence_break.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate sentence-break ucd-13.0.0 --chars
// ucd-generate sentence-break ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
("ATerm", ATERM),
Expand Down
6 changes: 4 additions & 2 deletions regex-syntax/src/unicode_tables/word_break.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate word-break ucd-13.0.0 --chars
// ucd-generate word-break ucd-13.0.0 --chars
//
// ucd-generate 0.2.7 is available on crates.io.
// Unicode version: 13.0.0.
//
// ucd-generate 0.2.8 is available on crates.io.

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

0 comments on commit c158597

Please sign in to comment.