diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-03 23:09:22 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-04-03 23:09:22 +0000 |
| commit | 22120c47a7adcc4b0a9962d447aee8a154e8f75d (patch) | |
| tree | 577afb6d8e23f0c198a070174e1170f787d4edb4 /llvm/test/YAMLParser/construct-float.data | |
| parent | 9511ec86f96399cd852565e61dbc44dc8b26e78f (diff) | |
| download | bcm5719-llvm-22120c47a7adcc4b0a9962d447aee8a154e8f75d.tar.gz bcm5719-llvm-22120c47a7adcc4b0a9962d447aee8a154e8f75d.zip | |
Add YAML parser to Support.
llvm-svn: 153977
Diffstat (limited to 'llvm/test/YAMLParser/construct-float.data')
| -rw-r--r-- | llvm/test/YAMLParser/construct-float.data | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/YAMLParser/construct-float.data b/llvm/test/YAMLParser/construct-float.data new file mode 100644 index 00000000000..07c51bdd833 --- /dev/null +++ b/llvm/test/YAMLParser/construct-float.data @@ -0,0 +1,8 @@ +# RUN: yaml-bench -canonical %s + +canonical: 6.8523015e+5 +exponential: 685.230_15e+03 +fixed: 685_230.15 +sexagesimal: 190:20:30.15 +negative infinity: -.inf +not a number: .NaN |

