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:
Michael Dick 2009-03-27 20:57:23 +00:00
parent f5fe07304d
commit 7287439fde
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ void positional_input_parameter() #POSITIONALINPUTPARAMETER :
void pattern_value() #PATTERNVALUE : { }
{
input_parameter() | string_literal()
(input_parameter() | string_literal())
[(<ESCAPE> escape_character() #ESCAPECHARACTER)]
}