@@ -2959,7 +2959,7 @@ fn test_v2_distribution() -> Result<(), Box<dyn Error>> {
2959
2959
spec. remove ( "url" ) ;
2960
2960
} ) ,
2961
2961
( "multibyte name" , |m : & mut Obj | {
2962
- m. insert ( "name" . to_string ( ) , json ! ( "yoŭknow " ) ) ;
2962
+ m. insert ( "name" . to_string ( ) , json ! ( "_know " ) ) ;
2963
2963
} ) ,
2964
2964
( "emoji name" , |m : & mut Obj | {
2965
2965
m. insert ( "name" . to_string ( ) , json ! ( "📀📟🎱" ) ) ;
@@ -2968,7 +2968,7 @@ fn test_v2_distribution() -> Result<(), Box<dyn Error>> {
2968
2968
m. insert ( "name" . to_string ( ) , json ! ( "foo-bar" ) ) ;
2969
2969
} ) ,
2970
2970
( "multibyte abstract" , |m : & mut Obj | {
2971
- m. insert ( "abstract" . to_string ( ) , json ! ( "yoŭknow " ) ) ;
2971
+ m. insert ( "abstract" . to_string ( ) , json ! ( "yoŭ_know " ) ) ;
2972
2972
} ) ,
2973
2973
( "emoji abstract" , |m : & mut Obj | {
2974
2974
m. insert ( "abstract" . to_string ( ) , json ! ( "📀📟🎱" ) ) ;
@@ -3001,13 +3001,13 @@ fn test_v2_distribution() -> Result<(), Box<dyn Error>> {
3001
3001
m. insert ( "version" . to_string ( ) , json ! ( "1.2.1-beta1" ) ) ;
3002
3002
} ) ,
3003
3003
( "multibyte description" , |m : & mut Obj | {
3004
- m. insert ( "description" . to_string ( ) , json ! ( "yoŭknow " ) ) ;
3004
+ m. insert ( "description" . to_string ( ) , json ! ( "yoŭ_know " ) ) ;
3005
3005
} ) ,
3006
3006
( "emoji description" , |m : & mut Obj | {
3007
3007
m. insert ( "description" . to_string ( ) , json ! ( "📀📟🎱" ) ) ;
3008
3008
} ) ,
3009
3009
( "multibyte producer" , |m : & mut Obj | {
3010
- m. insert ( "producer" . to_string ( ) , json ! ( "yoŭknow " ) ) ;
3010
+ m. insert ( "producer" . to_string ( ) , json ! ( "yoŭ_know " ) ) ;
3011
3011
} ) ,
3012
3012
( "emoji producer" , |m : & mut Obj | {
3013
3013
m. insert ( "producer" . to_string ( ) , json ! ( "📀📟🎱" ) ) ;
0 commit comments