CLI2: Fixed bug where ::desugarFilterAttributes set 'name' instead of 'canonical'

This commit is contained in:
Paul Beckingham 2015-06-22 11:09:49 -04:00
parent 633d07f75b
commit fcc1bb3ef2

View file

@ -958,7 +958,7 @@ void CLI2::desugarFilterAttributes ()
A2 lhs (name, Lexer::Type::dom);
lhs.tag ("FILTER");
lhs.attribute ("name", canonical);
lhs.attribute ("canonical", canonical);
lhs.attribute ("modifier", mod);
A2 op ("", Lexer::Type::op);