Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Oct 8, 2024
1 parent feccdf3 commit 02e62fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ fn test_interpo_non_ascii_characters() {

fn test_float_exponent_sign() {
a := 1.234
assert '${a:4.1e}' == ' 1.2'
assert '${a:4.1E}' == ' 1.2'
assert '${a:4.1}' == ' 1.2'
assert '${a:4.1}' == ' 1.2'
}

0 comments on commit 02e62fd

Please sign in to comment.