From cef055108de6c51c1423cd6a8919730ef01f64a3 Mon Sep 17 00:00:00 2001 From: Tuomas Siipola Date: Fri, 3 Jan 2020 20:36:17 +0200 Subject: Support char literals --- testing/templates/literals.html | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/templates/literals.html') diff --git a/testing/templates/literals.html b/testing/templates/literals.html index 9d973bb..b5fb472 100644 --- a/testing/templates/literals.html +++ b/testing/templates/literals.html @@ -1,3 +1,4 @@ +{{ 'a' }} {{ "a" }} {{ true }} {{ false }} -- cgit