mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Add quotation marks to expected answer
Matches the way an array of strings is denoted in js
This commit is contained in:
parent
aba6de1514
commit
73e314aa31
@ -490,8 +490,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
|||||||
"Note that an octet cannot begin with a '0' unless the number",
|
"Note that an octet cannot begin with a '0' unless the number",
|
||||||
"itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n",
|
"itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n",
|
||||||
"Examples:\n\n",
|
"Examples:\n\n",
|
||||||
"25525511135 -> [255.255.11.135, 255.255.111.35]\n",
|
"25525511135 -> [\"255.255.11.135\", \"255.255.111.35\"]\n",
|
||||||
"1938718066 -> [193.87.180.66]",
|
"1938718066 -> [\"193.87.180.66\"]",
|
||||||
].join(" ");
|
].join(" ");
|
||||||
},
|
},
|
||||||
difficulty: 3,
|
difficulty: 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user