lib/faml/element_parser.rb in faml-0.2.15 vs lib/faml/element_parser.rb in faml-0.2.16

- old
+ new

@@ -153,10 +153,10 @@ end def scan_key(scanner) scanner.scan(/[-:\w]+/).tap do |name| unless name - syntax_error!('Invalid attribute list (missing attributename)') + syntax_error!('Invalid attribute list (missing attribute name)') end end end def scan_operator(scanner)