Ticket #11512 (new defect)

Opened 2 years ago

Last modified 2 years ago

problem with commenting in notebook

Reported by: pong Owned by: jason, mpatel, was
Priority: minor Milestone: sage-5.11
Component: notebook Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

In notebook SAGE tries to evaluate ? even if it appears after the # sign (provided that there are something in front of # to be evaluated)

For example,

2+2 # is this easy ?

gives

No object currently defined.

but just

# is this easy ?

is okay.

Change History

comment:1 Changed 2 years ago by kcrisman

  • Owner changed from tbd to jason, mpatel, was
  • Priority changed from trivial to minor
  • Component changed from PLEASE CHANGE to notebook
  • Type changed from PLEASE CHANGE to defect
Note: See TracTickets for help on using tickets.