Ticket #8006 (new defect)

Opened 3 years ago

Identation syntax errors fail silently

Reported by: acleone Owned by: was
Priority: major Milestone:
Component: notebook Keywords:
Cc: timdumol Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

See #6729

This fails silently

CELL 1:
 u = 2
  u = 3
CELL 2:
print u # = 2

This should fail with an IdentationError, as it does in %python:

CELL 1:
 u = 2
  u = 3
# generates IdentationError
Note: See TracTickets for help on using tickets.