annotate_models
annotate_models copied to clipboard
Fix backslashes incorrectly escaped
Where annotations contain backslashes these are incorrectly interpreted by #sub as special characters when updating existing annotations.
For example, an index condition may include string matching with special characters.
Using the block version of #sub avoids this.