Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
89e05d3e
Commit
89e05d3e
authored
Oct 18, 2018
by
Raphaël Pinson
Committed by
Raphaël Pinson
Oct 18, 2018
Browse files
Support '+' in canonical maps (Fix #220)
parent
623ea82c
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/lenses/postfix_canonical.aug
View file @
89e05d3e
...
...
@@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) =
del
(
space_or_eol_re
?
.
sep
.
space_or_eol_re
?
)
default
(* View: word *)
let
word
=
store
/
[A-Za-z0-9@\*.-]+/
let
word
=
store
/
[A-Za-z0-9@\*.
+
-]+/
(* View: comma *)
let
comma
=
space_or_eol
","
", "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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