Skip to content

Commit a945acc

Browse files
ejchengST-DDT
andcommitted
chore: sort abbreviations alphabetically
Co-authored-by: ST-DDT <st-ddt@gmx.de>
1 parent c653b01 commit a945acc

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
export default [
2-
'TCP',
3-
'UDP',
4-
'HTTP',
5-
'SDD',
6-
'RAM',
7-
'GB',
8-
'CSS',
9-
'SSL',
2+
'ADP',
103
'AGP',
11-
'SQL',
12-
'FTP',
13-
'PCI',
144
'AI',
15-
'ADP',
16-
'RSS',
17-
'XML',
18-
'EXE',
19-
'COM',
20-
'HDD',
21-
'THX',
22-
'SMTP',
23-
'SMS',
24-
'USB',
25-
'PNG',
26-
'SAS',
27-
'IB',
28-
'SCSI',
29-
'JSON',
30-
'XSS',
31-
'JBOD',
32-
'DNS',
5+
'API',
336
'ASCII',
347
'CLI',
8+
'COM',
9+
'CSS',
10+
'DNS',
3511
'DRAM',
12+
'EXE',
13+
'FTP',
14+
'GB',
15+
'HDD',
16+
'HEX',
17+
'HTTP',
18+
'IB',
3619
'IP',
20+
'JBOD',
21+
'JSON',
3722
'OCR',
38-
'VGA',
39-
'UTF8',
40-
'HEX',
23+
'PCI',
24+
'PNG',
25+
'RAM',
26+
'RSS',
27+
'SAS',
28+
'SCSI',
29+
'SDD',
30+
'SMS',
31+
'SMTP',
32+
'SQL',
33+
'SSL',
34+
'TCP',
35+
'THX',
4136
'TLS',
42-
'API',
37+
'UDP',
38+
'USB',
39+
'UTF8',
40+
'VGA',
41+
'XML',
42+
'XSS',
4343
];

test/hacker.spec.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const seededRuns = [
66
seed: 42,
77
expectations: {
88
abbreviation: {
9-
noArgs: 'XML',
9+
noArgs: 'HTTP',
1010
},
1111
adjective: {
1212
noArgs: 'cross-platform',
@@ -22,15 +22,15 @@ const seededRuns = [
2222
},
2323
phrase: {
2424
noArgs:
25-
'Try to transmit the CLI microchip, maybe it will quantify the mobile monitor!',
25+
'Try to transmit the TCP microchip, maybe it will quantify the mobile monitor!',
2626
},
2727
},
2828
},
2929
{
3030
seed: 1337,
3131
expectations: {
3232
abbreviation: {
33-
noArgs: 'FTP',
33+
noArgs: 'EXE',
3434
},
3535
adjective: {
3636
noArgs: 'open-source',
@@ -46,15 +46,15 @@ const seededRuns = [
4646
},
4747
phrase: {
4848
noArgs:
49-
'Try to generate the USB program, maybe it will connect the back-end port!',
49+
'Try to generate the PNG program, maybe it will connect the back-end port!',
5050
},
5151
},
5252
},
5353
{
5454
seed: 1211,
5555
expectations: {
5656
abbreviation: {
57-
noArgs: 'HEX',
57+
noArgs: 'VGA',
5858
},
5959
adjective: {
6060
noArgs: 'solid state',
@@ -70,7 +70,7 @@ const seededRuns = [
7070
},
7171
phrase: {
7272
noArgs:
73-
"I'll back up the neural HDD program, that should panel the VGA matrix!",
73+
"I'll back up the neural JBOD program, that should panel the USB matrix!",
7474
},
7575
},
7676
},

0 commit comments

Comments
 (0)