Fix a bug in the compilation of * tests.
[tatoo.git] / src / xpath / xpath_internal_parser.mly
index d9c46a7..e5c0700 100644 (file)
@@ -130,7 +130,7 @@ axis_test:
 test:
   NODE                { node, NodeKind.Node }
 | TEXT                { text, NodeKind.Text }
-| STAR                { star, NodeKind.Element }
+| STAR                { node, NodeKind.Element }
 | COMMENT             { QNameSet.singleton(QName.comment),
                         NodeKind.Comment
                       }