smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

grammar: Add the category for the display_name selector

This commit is contained in:
Holger Hans Peter Freyther 2011-06-29 18:04:56 +02:00
parent 105718a17b
commit 59d476b5cd
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ PP.PPCompositeParser subclass: SIPGrammar [
]
display_name [
<category: 'to-from'>
^ ((self token, LWS) star / self quoted_string) flatten
]