Sfoglia il codice sorgente

* Forgot to commit

Michaël Van Canneyt 1 mese fa
parent
commit
149b95c225
2 ha cambiato i file con 30 aggiunte e 0 eliminazioni
  1. 13 0
      tests/test/umultilinestring1.pp
  2. 17 0
      tests/test/umultilinestring2.pp

File diff suppressed because it is too large
+ 13 - 0
tests/test/umultilinestring1.pp


+ 17 - 0
tests/test/umultilinestring2.pp

@@ -0,0 +1,17 @@
+unit umultilinestring2;
+
+{$modeswitch MultiLineStrings}
+{$MultiLineStringTrimLeft 2}
+
+interface
+
+procedure DoIt;
+
+implementation
+
+procedure DoIt; public name `SingleLineMultiLine`;
+begin
+  Write('Ok!');
+end;
+
+end.

Some files were not shown because too many files changed in this diff