Skip to content

Commit bfd8401

Browse files
committed
---
yaml --- r: 277626 b: refs/heads/try c: 496081c h: refs/heads/master
1 parent 9259120 commit bfd8401

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 47d5c90fbe7d0ccc30a1ab415355755ff104bc9a
4+
refs/heads/try: 496081c5c7bdf3afc2e444c166ee875b4f9041e5
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libsyntax/parse/lexer/unicode_chars.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,22 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
140140
(')', "Fullwidth Right Parenthesis", ')'),
141141
('[', "Fullwidth Left Square Bracket", '['),
142142
('❲', "Light Left Tortoise Shell Bracket Ornament", '['),
143+
('「', "Left Corner Bracket", '['),
144+
('『', "Left White Corner Bracket", '['),
145+
('【', "Left Black Lenticular Bracket", '['),
143146
('〔', "Left Tortoise Shell Bracket", '['),
147+
('〖', "Left White Lenticular Bracket", '['),
148+
('〘', "Left White Tortoise Shell Bracket", '['),
149+
('〚', "Left White Square Bracket", '['),
144150
(']', "Fullwidth Right Square Bracket", ']'),
145151
('❳', "Light Right Tortoise Shell Bracket Ornament", ']'),
152+
('」', "Right Corner Bracket", ']'),
153+
('』', "Right White Corner Bracket", ']'),
154+
('】', "Right Black Lenticular Bracket", ']'),
146155
('〕', "Right Tortoise Shell Bracket", ']'),
156+
('〗', "Right White Lenticular Bracket", ']'),
157+
('〙', "Right White Tortoise Shell Bracket", ']'),
158+
('〛', "Right White Square Bracket", ']'),
147159
('❴', "Medium Left Curly Bracket Ornament", '{'),
148160
('❵', "Medium Right Curly Bracket Ornament", '}'),
149161
('⁎', "Low Asterisk", '*'),

0 commit comments

Comments
 (0)