Browse Source

no message

florian 24 years ago
parent
commit
508010631a
1 changed files with 4 additions and 1 deletions
  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.