Unverified Commit aaa6f3f6 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Add convert rules.

parent 1ee2a5bb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -46,6 +46,13 @@ func TestConverts(t *testing.T) {
			"f",
			71.6,
		},
		{
			"k to f",
			22.0,
			"k",
			"f",
			-420.07,
		},
	}

	ngn, err := New()