liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

increment/decrement should be initialized from variables

Open epage opened this issue 6 years ago • 0 comments

Example test:

    assert_template_result!("9", "{%decrement port %}", v!({ "port": 10 }));

epage avatar Dec 01 '18 02:12 epage