Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
bd1c3725
Commit
bd1c3725
authored
Jun 07, 2013
by
jehan
Browse files
() are valid characters for username
parent
fbf2b34d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/belle_sip_message.g
View file @
bd1c3725
...
...
@@ -1360,13 +1360,13 @@ alpha : HEX_CHAR | COMMON_CHAR;
word
: (alphanum | mark | '%'
| PLUS | '`' |
LPAREN | RPAREN |
LAQUOT | RAQUOT |
LAQUOT | RAQUOT |
COLON | '\\' | DQUOTE | SLASH | '[' | ']' | '?' | '{' | '}' )+;
COMMON_CHAR
: 'g'..'z' | 'G'..'Z' ;
mark : '-' | '_' | '.' | '!' | '~' | STAR | '\'' ;
mark : '-' | '_' | '.' | '!' | '~' | STAR | '\''
| LPAREN | RPAREN
;
HEX_CHAR: 'a'..'f' |'A'..'F';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment