Explorar el Código

* test for quotes in skipuntildirective

peter hace 25 años
padre
commit
c6158587ef
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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.