Extra curly brace?

Something’s not working the way it seems like it should.

When I put something like “t1={graph.script.t1}" it worked fine. When I inadvertently added an extra curly brace like: "t1={graph.script.t1}}”

The extra brace was in purple, so my thinking was that it should have just “printed” as an extra brace. Instead, it showed nothing at all. In my picture, my error is on lines 3, 4, and 5

This feels like a bug, but I’m new at this, so dunno. Thought I’d put it out there.

If the table cell is displaying as math, then it won’t display malformed latex. If you set that column to “text” type then it would behave like you’re imagining. I think the CL is doing just what you expected, but the table view doesn’t know how to turn those mismatched braces into formatted math.

1 Like