basic/qa/basic_coverage/test_mid_replace_more.vb |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d3368c174f3e2cfed76f93cc149f80a76605d431
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Nov 13 17:33:16 2018 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Nov 13 21:45:37 2018 +0100

    Add reference to test code
    
    ...that had inadvertently been missing from the file's inital commit,
    a6a48eeef16e473be14642469cd922f177f54998 "tdf#121325: Replace all of given
    length, even if replacement is shorter"
    
    Change-Id: I2a09e1d1ee94480d5615106a4e28958218d9b4c7
    Reviewed-on: https://gerrit.libreoffice.org/63334
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/basic/qa/basic_coverage/test_mid_replace_more.vb 
b/basic/qa/basic_coverage/test_mid_replace_more.vb
index c6d75ca90245..880a3f2008de 100644
--- a/basic/qa/basic_coverage/test_mid_replace_more.vb
+++ b/basic/qa/basic_coverage/test_mid_replace_more.vb
@@ -6,6 +6,8 @@
 ' file, You can obtain one at http://mozilla.org/MPL/2.0/.
 '
 
+' cf. examples at 
<https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/
+' statements/mid-statement>:
 Function doUnitTest as Integer
     s = "The fox jumps"
     Mid(s, 5, 3, "duck")
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to