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

grammar: Flatten the display_name to not do it later

For now we do not need to have fine grained access
to the string and it is easier to flatten things here
than later.
This commit is contained in:
Holger Hans Peter Freyther 2011-06-29 18:03:33 +02:00
parent 460b67e743
commit 105718a17b
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ PP.PPCompositeParser subclass: SIPGrammar [
]
display_name [
^ (self token, LWS) star / self quoted_string
^ ((self token, LWS) star / self quoted_string) flatten
]
addr_spec [