Skip to content

Commit 582283e

Browse files
ejchengxDivisionByZeroxST-DDT
committed
chore: apply suggestions from code review
Co-authored-by: xDivisionByZerox <leyla.jaehnig@gmx.de> Co-authored-by: ST-DDT <st-ddt@gmx.de>
1 parent d9dd86a commit 582283e

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

src/locales/en/hacker/abbreviation.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,15 @@ export default [
2929
'JSON',
3030
'XSS',
3131
'JBOD',
32-
'AND',
33-
'OR',
34-
'XOR',
35-
'NOT',
36-
'NAND',
37-
'NOR',
38-
'XNOR',
3932
'DNS',
4033
'ASCII',
4134
'CLI',
4235
'DRAM',
4336
'IP',
4437
'OCR',
4538
'VGA',
39+
'UTF8',
40+
'HEX',
41+
'TLS',
42+
'API',
4643
];

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: 'EXE',
9+
noArgs: 'XML',
1010
},
1111
adjective: {
1212
noArgs: 'cross-platform',
@@ -22,15 +22,15 @@ const seededRuns = [
2222
},
2323
phrase: {
2424
noArgs:
25-
'Try to transmit the NOR microchip, maybe it will quantify the mobile monitor!',
25+
'Try to transmit the CLI microchip, maybe it will quantify the mobile monitor!',
2626
},
2727
},
2828
},
2929
{
3030
seed: 1337,
3131
expectations: {
3232
abbreviation: {
33-
noArgs: 'PCI',
33+
noArgs: 'FTP',
3434
},
3535
adjective: {
3636
noArgs: 'open-source',
@@ -46,15 +46,15 @@ const seededRuns = [
4646
},
4747
phrase: {
4848
noArgs:
49-
'Try to generate the SAS program, maybe it will connect the back-end port!',
49+
'Try to generate the USB program, maybe it will connect the back-end port!',
5050
},
5151
},
5252
},
5353
{
5454
seed: 1211,
5555
expectations: {
5656
abbreviation: {
57-
noArgs: 'DRAM',
57+
noArgs: 'HEX',
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 SMTP program, that should panel the CLI matrix!",
73+
"I'll back up the neural HDD program, that should panel the VGA matrix!",
7474
},
7575
},
7676
},

0 commit comments

Comments
 (0)