Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #18587: additional doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Sep 29, 2015
1 parent f88d3ea commit dea3c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/asymptotic/growth_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ def extract_variable_names(s):
TypeError: Malformed expression: log) !!! x(
sage: Variable.extract_variable_names('log(x)+y')
('x', 'y')
sage: Variable.extract_variable_names('icecream(summer)')
('summer',)
::
Expand Down

0 comments on commit dea3c96

Please sign in to comment.