Browse Source

* test for quotes in skipuntildirective

peter 24 years ago
parent
commit
c6158587ef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/tbs/tb0337.pp

+ 5 - 0
tests/tbs/tb0337.pp

@@ -0,0 +1,5 @@
+var
+  s : string;
+begin
+  s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
+end.