Ticket #420 (closed defect: fixed)

Opened 14 months ago

Last modified 5 months ago

Document string concatenation

Reported by: perbu Owned by:
Priority: normal Milestone:
Component: documentation Version: trunk
Severity: normal Keywords:
Cc:

Description

Hi.

Strings can be concatenated in VCL. This is not documented in VCL. According to PHK on IRC strings are just concatenated like set req.foo = "foo" req.url "bar"; Suggested text:

Strings are concatenated automatically. Just separate the string objects with spaces and they are concatenated.

A note about where this doesn't happen would be useful. PHK?

Change History

Changed 14 months ago by phk

Unfortunately, this is not (yet) universally the case in VCL, I need to go through and make it possible wherever a string is expected.

Changed 5 months ago by tfheen

  • status changed from new to closed
  • resolution set to fixed

(In [4331]) Document string concatenation

Fixes #420

Note: See TracTickets for help on using tickets.