From 77c06ebc24ab3a43dc2268763ff8f10963f875b4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 4 Jan 2021 17:19:49 +0100 Subject: =?UTF-8?q?None=20literal=20=F0=9F=95=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parse/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/tests.rs') diff --git a/src/parse/tests.rs b/src/parse/tests.rs index d01d09a5..8de03aff 100644 --- a/src/parse/tests.rs +++ b/src/parse/tests.rs @@ -614,6 +614,7 @@ fn test_parse_values() { t!("{name}" Block(Id("name"))); t!("{ke-bab}" Block(Id("ke-bab"))); t!("{α}" Block(Id("α"))); + t!("{none}" Block(Expr::Lit(Lit::None))); t!("{true}" Block(Bool(true))); t!("{false}" Block(Bool(false))); t!("{1.0e-4}" Block(Float(1e-4))); -- cgit v1.2.3