This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Commit 3741cc7
committed
domainGeneratorConnector: allow empty arguments
The domain generator was using the "merge delimiters" behaviour of the
tokenizer which made it impossible to have empty tokens; e.g.:
- empty rules;
- empty config/domain names (even though this is forbidden, this is not for the
generator to decide);
- empty string parameter value;
- ...
It now uses the new "don't merge delimiters" behaviour.
Signed-off-by: David Wagner <[email protected]>1 parent 936222f commit 3741cc7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments