Actions
Feature #29400
closedsecond argument of function entry() should take a List<Text> instead of a single Text node
Start date:
03/08/2018
Due date:
% Done:
100%
Estimated time:
Description
...else the text may be truncated when it is separated with some entities.
Example:
http://localhost:8080/path?arg1=value1&arg2=value2
Updated by Reynaud Sylvain about 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Change behavior of implicit conversion : list of text nodes are now automatically joined!
Actions