From bef88f1696b828caf72695561c2270456f35894d Mon Sep 17 00:00:00 2001 From: yossyJ <28825627+yossyJ@users.noreply.github.com> Date: Fri, 4 Jan 2019 23:12:44 +0900 Subject: Add support for tuple --- testing/templates/let.html | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/templates/let.html') diff --git a/testing/templates/let.html b/testing/templates/let.html index 5b19255..034e8d4 100644 --- a/testing/templates/let.html +++ b/testing/templates/let.html @@ -1 +1,2 @@ {% let v = s %}{{ v }} +{% let (v1,v2) = t %}{{ v1 }}{{ v2 }} \ No newline at end of file -- cgit