Skip to content

Commit

Permalink
mysqldef: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Oct 7, 2015
1 parent 97e2a43 commit 547b47e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysqldef/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ func TestDecimalScientificNotation(t *testing.T) {
{"1e2", 100},
{"2E-1", 0.2},
{"2E0", 2},
{"2.2E-1", 0.22},
}

for _, c := range tbl {
Expand All @@ -898,6 +899,7 @@ func TestDecimalScientificNotation(t *testing.T) {
"ae10",
"12e1a",
"12e1.2",
"e1",
}

for _, c := range tblErr {
Expand Down

1 comment on commit 547b47e

@qiuyesuifeng
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.