Create test for interchangable - _ in builtins

This commit is contained in:
ConnorSkees 2020-02-15 11:47:37 -05:00
parent 2a6bb7d24f
commit 72ae82b6c5

View File

@ -471,3 +471,8 @@ test!(
"a {\n color: ie-hex-str(rgba(0, 255, 0, 0.5));\n}\n", "a {\n color: ie-hex-str(rgba(0, 255, 0, 0.5));\n}\n",
"a {\n color: #8000FF00;\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"
// );