We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004f84f + 2465f46 commit c37311dCopy full SHA for c37311d
macros/contexts/contextFraction.pl
@@ -789,7 +789,7 @@ package context::Fraction::Parser::Number;
789
790
sub new {
791
my $self = shift;
792
- my $num = &{ $self->super('new') }($self, @_);
+ my $num = &{ $self->super('new', $_[0]->context) }($self, @_);
793
$num->setExtensionClass('INTEGER') if $num->{value_string} =~ m/^[-+]?[0-9]+$/;
794
return $num->mutate;
795
}
0 commit comments