Which of the following doctest directive is used to deal with unexpected whitespace that appears in the output?

Questions & AnswersCategory: Programming LanguageWhich of the following doctest directive is used to deal with unexpected whitespace that appears in the output?
Adam asked 2 years ago

Which of the following doctest directive is used to deal with unexpected whitespace that appears in the output?
a. # doctest: +WHITE_SPACE
b. # doctest: +NORMALIZE_WHITE_SPACE
c. # doctest: +NORMALIZE_WHITESPACE
d. # doctest: +WHITESPACE