You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/operations/tests/ConvertToNATOAlphabet.mjs
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,18 @@ TestRegister.addTests([
14
14
recipeConfig: [
15
15
{
16
16
op: "Convert to NATO alphabet",
17
-
args: [""]
17
+
args: []
18
18
}
19
19
]
20
20
},
21
21
{
22
22
name: "Convert to NATO alphabet: full alphabet with numbers",
23
-
input: "abcdefghijklmnopqrstuvwxyz0123456789",
24
-
expectedOutput: "alfa bravo charlie delta echo foxtrot golf hotel india juliett kilo lima mike november oscar papa quebec romeo sierra tango uniform victor whiskey xray yankee zulu zero one two three four five six seven eight nine ",
23
+
input: "abcdefghijklmnopqrstuvwxyz0123456789,/.",
24
+
expectedOutput: "Alfa Bravo Charlie Delta Echo Foxtrot Golf Hotel India Juliett Kilo Lima Mike November Oscar Papa Quebec Romeo Sierra Tango Uniform Victor Whiskey X-ray Yankee Zulu Zero One Two Three Four Five Six Seven Eight Nine Comma Fraction bar Full stop ",
0 commit comments