Delete extra whitespaces inserted by the editor

Change-Id: I89ef4d04e27e52f5ee6168f368e23f96e112a8be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146085
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
This commit is contained in:
Andreas Heinisch 2023-01-25 11:16:00 +00:00
parent cba2fda9ce
commit 263c15ee23

View file

@ -21,7 +21,7 @@ Sub verify_testCHR()
TestUtil.AssertEqual(Chr(87), "W", "Chr(87)")
TestUtil.AssertEqual(Chr(105), "i", "Chr(105)")
TestUtil.AssertEqual(Chr(35), "#", "Chr(35)")
' tdf#145693 - argument name should be 'charcode' instead of 'string'
TestUtil.AssertEqual(Chr(charcode:=35), "#", "Chr(charcode:=35)")