florian %!s(int64=24) %!d(string=hai) anos
pai
achega
508010631a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      tests/tbs/tb0381.pp

+ 4 - 1
tests/tbs/tb0381.pp

@@ -5,7 +5,10 @@ var
 begin
 begin
    case w of
    case w of
       'A' : ;
       'A' : ;
-      'B' : ;
+      'B' : ;      
       #1234: ;
       #1234: ;
+      #8888: ;
+      #8889..#9999: ;
+      'Z'..'a': ;
    end;
    end;
 end.
 end.