Skip to content

Commit 2f7f736

Browse files
authoredOct 5, 2021
Added more language tests (#3131)
1 parent 3ef7153 commit 2f7f736

File tree

120 files changed

+11590
-1627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+11590
-1627
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
. ..
2+
, ; ( ) :
3+
4+
----------------------------------------------------
5+
6+
[
7+
["punctuation", "."],
8+
["punctuation", ".."],
9+
["punctuation", ","],
10+
["punctuation", ";"],
11+
["punctuation", "("],
12+
["punctuation", ")"],
13+
["punctuation", ":"]
14+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{ } ( ) : ,
2+
¬ « » 《 》
3+
4+
----------------------------------------------------
5+
6+
[
7+
["punctuation", "{"],
8+
["punctuation", "}"],
9+
["punctuation", "("],
10+
["punctuation", ")"],
11+
["punctuation", ":"],
12+
["punctuation", ","],
13+
["punctuation", "¬"],
14+
["punctuation", "«"],
15+
["punctuation", "»"],
16+
["punctuation", "《"],
17+
["punctuation", "》"]
18+
]

0 commit comments

Comments
 (0)
Please sign in to comment.