This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* test for quotes in skipuntildirective
peter
24 years ago
parent
4c212d76d8
commit
c6158587ef
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
tests/tbs/tb0337.pp
+ 5
- 0
tests/tbs/tb0337.pp
View File
@@ -0,0 +1,5 @@
+var
+ s : string;
+begin
+ s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
+end.