Skip to content

Commit 2f7f736

Browse files
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
Lines changed: 14 additions & 0 deletions
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+
]
Lines changed: 18 additions & 0 deletions
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+
]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
true
2+
false
3+
TRUE
4+
FALSE
5+
6+
----------------------------------------------------
7+
8+
[
9+
["boolean", "true"],
10+
["boolean", "false"],
11+
["boolean", "TRUE"],
12+
["boolean", "FALSE"]
13+
]

0 commit comments

Comments
 (0)