summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-13 17:33:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-13 21:45:37 +0100
commitd3368c174f3e2cfed76f93cc149f80a76605d431 (patch)
treec34f11d92670cb59b66079889dd6c2de539776d0 /basic
parent7f0c1366c3511d4e52ffff82237e0f89d508e9c6 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/basic_coverage/test_mid_replace_more.vb2
1 files changed, 2 insertions, 0 deletions
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")