Ticket #35 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Any dollar sign in an attribute breaks the parser

Reported by: Timmy Assigned to:
Priority: major Component: Spark Core
Keywords: Cc:

Description

This:

<div foo="$">

Makes this happen:

Spark.Compiler.CompilerException?: Unable to parse view Shared\_TopicSearch.spark around line 25 column 9

Change History

08/05/08 16:01:20 changed by louis.dejardin

  • status changed from new to closed.
  • resolution set to fixed.

Removed '$' as a non-attribute-text character. It now uses the entire ${expression} rule to detect output nodes, so only complete and valid expressions will be treated specially.