Skip to content

Commit

Permalink
return the tokens in GeneralText, strange oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Aug 16, 2019
1 parent 9df53b6 commit d5bd1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Package/TeX.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ DefParameterType('GeneralText', sub {
my ($gullet) = @_;
my $open = $gullet->readXToken;
if ($open->equals(T_BEGIN)) {
return scalar($gullet->readBalanced); }
return $gullet->readBalanced; }
else {
Error('expected', '{', $gullet,
"Expected <general text> here");
Expand Down

0 comments on commit d5bd1b9

Please sign in to comment.