phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

CndWriter is not fully compliant #105

Open dantleech opened 10 years ago

dantleech commented 10 years ago

The CND writer seems not to produce a valid CND output in the following situation:

Results in:

PARSER ERROR: Expected token [Symbol, '[']. Current token is [Identifier, 'jcr'] at line 5, column 13
      Buffer lookup: "jcr . operator . equal "

@dbu suggests that we also migrate to using the Doctirne token parser.