Skip to content

Commit db78fcf

Browse files
committed
test: 💍 add another test for valid suffix with weird exponent
1 parent 26872f7 commit db78fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/consts/custom-suffixes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ fn main() {
1919
const _M: f64 = 1.0e+________________________6;
2020
const _N: f64 = 1.0e-________________________6;
2121
const _O: f64 = 1.0e-________________________9;
22+
const _P: f64 = 1e_______________0f64;
2223
}

0 commit comments

Comments
 (0)