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:
parent
cba2fda9ce
commit
263c15ee23
1 changed files with 1 additions and 1 deletions
|
@ -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)")
|
||||
|
||||
|
|
Loading…
Reference in a new issue