mirror of https://github.com/apache/openjpa.git
OPENJPA-573. Merged to 1.0.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@759347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5fe07304d
commit
7287439fde
|
@ -1224,7 +1224,7 @@ void positional_input_parameter() #POSITIONALINPUTPARAMETER :
|
||||||
|
|
||||||
void pattern_value() #PATTERNVALUE : { }
|
void pattern_value() #PATTERNVALUE : { }
|
||||||
{
|
{
|
||||||
input_parameter() | string_literal()
|
(input_parameter() | string_literal())
|
||||||
[(<ESCAPE> escape_character() #ESCAPECHARACTER)]
|
[(<ESCAPE> escape_character() #ESCAPECHARACTER)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue