xref: /aosp_15_r20/external/llvm/test/YAMLParser/construct-float.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workercanonical: 6.8523015e+5
4*9880d681SAndroid Build Coastguard Workerexponential: 685.230_15e+03
5*9880d681SAndroid Build Coastguard Workerfixed: 685_230.15
6*9880d681SAndroid Build Coastguard Workersexagesimal: 190:20:30.15
7*9880d681SAndroid Build Coastguard Workernegative infinity: -.inf
8*9880d681SAndroid Build Coastguard Workernot a number: .NaN
9