diff options
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 |

