Test works
This commit is contained in:
parent
034efe584b
commit
827520ee7f
4 changed files with 28 additions and 6 deletions
|
@ -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:])<(?=…>)"," <")
|
||||
|
|
|
@ -72,7 +72,7 @@ Sub workaroundForDiacriticKerningBug
|
|||
End Sub
|
||||
|
||||
Sub validate
|
||||
MsgBox TEST WORKS
|
||||
MsgBox "Validation works!"
|
||||
End Sub
|
||||
|
||||
Sub executeCitationCorrection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue