Skip to content

Commit

Permalink
chore: sort abbreviations alphabetically
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <st-ddt@gmx.de>
  • Loading branch information
import-brain and ST-DDT committed Jun 18, 2022
1 parent c653b01 commit a945acc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions src/locales/en/hacker/abbreviation.ts
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
export default [
'TCP',
'UDP',
'HTTP',
'SDD',
'RAM',
'GB',
'CSS',
'SSL',
'ADP',
'AGP',
'SQL',
'FTP',
'PCI',
'AI',
'ADP',
'RSS',
'XML',
'EXE',
'COM',
'HDD',
'THX',
'SMTP',
'SMS',
'USB',
'PNG',
'SAS',
'IB',
'SCSI',
'JSON',
'XSS',
'JBOD',
'DNS',
'API',
'ASCII',
'CLI',
'COM',
'CSS',
'DNS',
'DRAM',
'EXE',
'FTP',
'GB',
'HDD',
'HEX',
'HTTP',
'IB',
'IP',
'JBOD',
'JSON',
'OCR',
'VGA',
'UTF8',
'HEX',
'PCI',
'PNG',
'RAM',
'RSS',
'SAS',
'SCSI',
'SDD',
'SMS',
'SMTP',
'SQL',
'SSL',
'TCP',
'THX',
'TLS',
'API',
'UDP',
'USB',
'UTF8',
'VGA',
'XML',
'XSS',
];
12 changes: 6 additions & 6 deletions test/hacker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const seededRuns = [
seed: 42,
expectations: {
abbreviation: {
noArgs: 'XML',
noArgs: 'HTTP',
},
adjective: {
noArgs: 'cross-platform',
Expand All @@ -22,15 +22,15 @@ const seededRuns = [
},
phrase: {
noArgs:
'Try to transmit the CLI microchip, maybe it will quantify the mobile monitor!',
'Try to transmit the TCP microchip, maybe it will quantify the mobile monitor!',
},
},
},
{
seed: 1337,
expectations: {
abbreviation: {
noArgs: 'FTP',
noArgs: 'EXE',
},
adjective: {
noArgs: 'open-source',
Expand All @@ -46,15 +46,15 @@ const seededRuns = [
},
phrase: {
noArgs:
'Try to generate the USB program, maybe it will connect the back-end port!',
'Try to generate the PNG program, maybe it will connect the back-end port!',
},
},
},
{
seed: 1211,
expectations: {
abbreviation: {
noArgs: 'HEX',
noArgs: 'VGA',
},
adjective: {
noArgs: 'solid state',
Expand All @@ -70,7 +70,7 @@ const seededRuns = [
},
phrase: {
noArgs:
"I'll back up the neural HDD program, that should panel the VGA matrix!",
"I'll back up the neural JBOD program, that should panel the USB matrix!",
},
},
},
Expand Down

0 comments on commit a945acc

Please sign in to comment.