C-17-Q058mediumsingle_mcq
After the keyword case and before the value, there should be at least:
After the keyword case and before the value, there should be at least:
- aOne tab
- bOne newline
- cOne space
- dThree dashes
ব্যাখ্যা
At least one space must separate the case keyword from the value that follows it, so the parser can distinguish the keyword from its pattern. Tabs or newlines are not required there.