We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6556690 commit ccb6f75Copy full SHA for ccb6f75
vm/src/format.rs
@@ -1082,10 +1082,7 @@ mod tests {
1082
],
1083
});
1084
1085
- assert_eq!(
1086
- FormatString::from_str("abcd{1}:{key}"),
1087
- expected
1088
- );
+ assert_eq!(FormatString::from_str("abcd{1}:{key}"), expected);
1089
}
1090
1091
#[test]
@@ -1110,10 +1107,7 @@ mod tests {
1110
1107
1111
1108
1112
1109
1113
1114
- FormatString::from_str("{{{key}}}ddfe"),
1115
1116
+ assert_eq!(FormatString::from_str("{{{key}}}ddfe"), expected);
1117
1118
1119
0 commit comments