@@ -867,9 +867,7 @@ foo``u{2195}abc
867
867
@ { Script = " 0x12" ; ExpectedValue = " 18" ; ExpectedType = [int ] }
868
868
@ { Script = " -0x12" ; ExpectedValue = " -18" ; ExpectedType = [int ] }
869
869
870
- # Disabling this because https://github.com/dotnet/runtime/issues/54251
871
- # @{ Script = "0x80000000"; ExpectedValue = $([int32]::MinValue); ExpectedType = [int] }
872
-
870
+ @ { Script = " 0x80000000" ; ExpectedValue = $ ([int32 ]::MinValue); ExpectedType = [int ] }
873
871
@ { Script = " 0x7fffffff" ; ExpectedValue = $ ([int32 ]::MaxValue); ExpectedType = [int ] }
874
872
@ { Script = " 0x100000000" ; ExpectedValue = [int64 ]0x100000000 ; ExpectedType = [long ] }
875
873
@ { Script = " 0xFF" ; ExpectedValue = " 255" ; ExpectedType = [int ] }
@@ -1053,9 +1051,7 @@ foo``u{2195}abc
1053
1051
@ { Script = " 0xFFFFu" ; ExpectedValue = " 65535" ; ExpectedType = [uint ] }
1054
1052
@ { Script = " 0xFFFFFFu" ; ExpectedValue = " 16777215" ; ExpectedType = [uint ] }
1055
1053
1056
- # Disabling this because https://github.com/dotnet/runtime/issues/54251
1057
- # @{ Script = "0xFFFFFFFFu"; ExpectedValue = "$([uint]::MaxValue)"; ExpectedType = [uint] }
1058
-
1054
+ @ { Script = " 0xFFFFFFFFu" ; ExpectedValue = " $ ( [uint ]::MaxValue) " ; ExpectedType = [uint ] }
1059
1055
@ { Script = " 0xFFFFFFFFFFu" ; ExpectedValue = " 1099511627775" ; ExpectedType = [ulong ] }
1060
1056
@ { Script = " 0xFFFFFFFFFFFFu" ; ExpectedValue = " 281474976710655" ; ExpectedType = [ulong ] }
1061
1057
@ { Script = " 0xFFFFFFFFFFFFFFu" ; ExpectedValue = " 72057594037927935" ; ExpectedType = [ulong ] }
@@ -1065,10 +1061,7 @@ foo``u{2195}abc
1065
1061
@ { Script = " 0b10u" ; ExpectedValue = " 2" ; ExpectedType = [uint ] }
1066
1062
@ { Script = " 0b11111111u" ; ExpectedValue = " 255" ; ExpectedType = [uint ] }
1067
1063
@ { Script = " 0b1111111111111111u" ; ExpectedValue = " 65535" ; ExpectedType = [uint ] }
1068
-
1069
- # Disabling this because https://github.com/dotnet/runtime/issues/54251
1070
- # @{ Script = "0b11111111111111111111111111111111u"; ExpectedValue = "4294967295"; ExpectedType = [uint] }
1071
-
1064
+ @ { Script = " 0b11111111111111111111111111111111u" ; ExpectedValue = " 4294967295" ; ExpectedType = [uint ] }
1072
1065
@ { Script = " 0b1111111111111111111111111111111111111111111111111111111111111111u" ; ExpectedValue = " 18446744073709551615" ; ExpectedType = [ulong ] }
1073
1066
# Multipliers
1074
1067
@ { Script = " 1ukb" ; ExpectedValue = " 1024" ; ExpectedType = [uint ] }
0 commit comments