lib/activefacts/cql/Expressions.treetop in activefacts-0.7.2 vs lib/activefacts/cql/Expressions.treetop in activefacts-0.7.3

- old
+ new

@@ -86,10 +86,10 @@ end } end rule variable - id0:id o0:( !defined_as s id1:id )? + id0:id o0:( !written_as s id1:id )? { def value # Variable names may consist of one or two words (optional adjective and a noun): r = [ :variable, id0.text_value ] r += [ o0.id1.text_value ] unless o0.empty?