Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit aaa6f3f6 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Add convert rules.

parent 1ee2a5bb
Branches
No related tags found
No related merge requests found
...@@ -46,6 +46,13 @@ func TestConverts(t *testing.T) { ...@@ -46,6 +46,13 @@ func TestConverts(t *testing.T) {
"f", "f",
71.6, 71.6,
}, },
{
"k to f",
22.0,
"k",
"f",
-420.07,
},
} }
ngn, err := New() ngn, err := New()
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment