TITLE and SUBTITLE: Don't treat an unquoted argument as a quoted string.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Jun 2021 21:53:23 +0000 (14:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 27 Jun 2021 18:25:09 +0000 (11:25 -0700)
commit320622191b3de640da6ba0e347a94d28493711ae
tree53fef5c9c506c595690be159bd8a4bedaedf1c16
parent64a3eba8f71d4131653eda2de3196364e126052d
TITLE and SUBTITLE: Don't treat an unquoted argument as a quoted string.

This will allow the argument to be processed through the macro processor.
src/language/lexer/segment.c
src/language/utilities/set.c
src/language/utilities/title.c
src/output/driver.c
src/output/driver.h
tests/language/lexer/scan.at
tests/language/lexer/segment.at
tests/language/utilities/title.at