add test for numeric -> string conversions
authorLouis Brandy <ldbrandy@fb.com>
Fri, 27 Sep 2013 17:02:51 +0000 (10:02 -0700)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:44:04 +0000 (18:44 -0700)
commit442a46c311c0e1921cb8cd3e7f23d8fc4e610426
tree1220949e39b449dfa70fb1b704b716d7110b40b7
parent7eccc5a30a8c37d9202754712a5f51549f611944
add test for numeric -> string conversions

Summary: We don't test this functionality (pulling a number out as a string). Almost commited a bug this would have caught.

Test Plan: Run the test.

Reviewed By: delong.j@fb.com

FB internal diff: D987607
folly/test/DynamicTest.cpp