Browse Source

* Forgot to commit

Michaël Van Canneyt 1 week ago
parent
commit
149b95c225
2 changed files with 30 additions and 0 deletions
  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