Test works

This commit is contained in:
George Litvinov 2019-10-16 15:54:28 +03:00
parent 034efe584b
commit 827520ee7f
4 changed files with 28 additions and 6 deletions

View file

@ -67,14 +67,13 @@
saveAndreload()
End Sub
Sub cleanButton
MsgBox "Clean Works!"
End Sub
Sub workaroundForDiacriticKerningBug
AskAndReplace("([:print:][\u0300-\u036F])","$1")
End Sub
Sub validate
MsgBox TEST WORKS
End Sub
Sub executeCitationCorrection
StartTracking
AskAndReplace("(?<=[:alpha:])<(?=…>)"," <")

View file

@ -72,7 +72,7 @@ Sub workaroundForDiacriticKerningBug
End Sub
Sub validate
MsgBox TEST WORKS
MsgBox "Validation works!"
End Sub
Sub executeCitationCorrection