pub fn is_permitted_newline_char(c: char) -> bool
Expand description

Determine if a character is a permitted newline character.

The only permitted newline character is \n. All others are invalid.