mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:06:12 +02:00
* test for quotes in skipuntildirective
This commit is contained in:
parent
4c212d76d8
commit
c6158587ef
5
tests/tbs/tb0337.pp
Normal file
5
tests/tbs/tb0337.pp
Normal file
@ -0,0 +1,5 @@
|
||||
var
|
||||
s : string;
|
||||
begin
|
||||
s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
|
||||
end.
|
Loading…
Reference in New Issue
Block a user