From c82db307b0456e2a901599516b14f0d92e9cc682 Mon Sep 17 00:00:00 2001 From: Dave Poulter Date: Tue, 8 Oct 2019 11:17:38 +0200 Subject: Add support for boolean literals --- testing/templates/literals.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/templates') diff --git a/testing/templates/literals.html b/testing/templates/literals.html index b8d8fbe..9d973bb 100644 --- a/testing/templates/literals.html +++ b/testing/templates/literals.html @@ -1 +1,3 @@ {{ "a" }} +{{ true }} +{{ false }} -- cgit