shex
shex copied to clipboard
ShExC grammar for comment has extraneous `| '\\/')`
http://shex.io/shex-semantics/#term-PASSED_TOKENS says (see table at bottom 'cause markdown is being weird).
[98] | PASSED TOKENS | ::= | [ \t\r\n]+ | "#" [^\r\n]* | "/*" ([^*] | '*' ([^/] | '\\/'))* "*/" |