sailfish/sailfish-tests/integration-tests/templates/truncate-filter.stpl

5 lines
174 B
Plaintext

no-truncate: <%- "abc" | truncate(10) %>
boundary: <%- "apple" | truncate(5) %>
truncate: <%- "banana" | truncate(5) %>
overflow: <%- "cherry" | truncate(std::usize::MAX) %>