diff options
| author | Alex Flint <[email protected]> | 2017-02-15 17:52:23 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2017-02-15 17:52:23 -0800 |
| commit | be3c7a3252a865d613114f0c77a1e2353c7ab920 (patch) | |
| tree | d08487780ba95fc7ef1cd75aa3dcfa19cda0a3a1 /scalar_test.go | |
| parent | e2bdcd773ee8c35601fbdecb1e4b62c3979c1244 (diff) | |
add misc support files
Diffstat (limited to 'scalar_test.go')
| -rw-r--r-- | scalar_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scalar_test.go b/scalar_test.go index 30df997..14172ed 100644 --- a/scalar_test.go +++ b/scalar_test.go @@ -64,6 +64,9 @@ func TestParseValue(t *testing.T) { // MAC addresses assertParse(t, net.HardwareAddr("\x01\x23\x45\x67\x89\xab"), "01:23:45:67:89:ab") + + // MAC addresses + assertParse(t, net.HardwareAddr("\x01\x23\x45\x67\x89\xab"), "01:23:45:67:89:ab") } func TestParse(t *testing.T) { |
