From 72ae82b6c51a5f5bf8762d8750f7bc72736c7297 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 15 Feb 2020 11:47:37 -0500 Subject: [PATCH] Create test for interchangable - _ in builtins --- tests/color.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/color.rs b/tests/color.rs index 2c9a93b..f01c922 100644 --- a/tests/color.rs +++ b/tests/color.rs @@ -471,3 +471,8 @@ test!( "a {\n color: ie-hex-str(rgba(0, 255, 0, 0.5));\n}\n", "a {\n color: #8000FF00;\n}\n" ); +// test!( +// builtin_functions_interchangable_underscore_hyphen, +// "a {\n color: ie_hex-str(rgba(0, 255, 0, 0.5));\n}\n", +// "a {\n color: #8000FF00;\n}\n" +// );