1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-11 08:09:02 +01:00
caddy/caddyconfig/caddyfile
Francis Lavoie 96d6d277a4
caddyconfig: Don't start comments in middle of tokens ()
* caddyconfig: Only parse # as start of comment if preceded by space

* caddyconfig: Simplify # logic using len(val), add a test
2020-05-05 12:32:12 -06:00
..
testdata
adapter.go caddytls: Refactor certificate selection policies (close ) 2020-04-01 20:49:35 -06:00
dispenser.go caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers 2020-02-14 11:01:09 -07:00
dispenser_test.go caddyfile: Export NewTestDispenser() (close ) 2020-04-01 16:34:54 -06:00
formatter.go caddyconfig: Don't start comments in middle of tokens () 2020-05-05 12:32:12 -06:00
formatter_test.go caddyconfig: Don't start comments in middle of tokens () 2020-05-05 12:32:12 -06:00
lexer.go caddyconfig: Don't start comments in middle of tokens () 2020-05-05 12:32:12 -06:00
lexer_test.go caddyconfig: Don't start comments in middle of tokens () 2020-05-05 12:32:12 -06:00
parse.go caddyfile: expand environment variables within caddy files () 2020-02-26 16:06:34 -07:00
parse_test.go tests: Remove noisy logs 2020-04-06 10:41:42 -06:00