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 07:10:25 +0000 (00:10 -0700)
commitf33a9b238455db77bc38a05d77ed127907968059
treec1e25525258347d2345b7e3d2f63584d77f1f616
parent3c71220834d52d1c4ebdddc9670e911ffdd90852
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
tests/language/utilities/title.at