summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/invalid/float/trailing-us-exp.toml
blob: 7bba9715476a5a26e63d7827f5a25e58812a4fd5 (plain)
1
2
3
4
# trailing underscore in integer part is not allowed
trailing-us-exp = 1_e2
# trailing underscore in float part is not allowed
trailing-us-exp2 = 1.2_e2