routeros <= 3.13 export bug

Hello! I have detected the bug in Mikrotik RouterOS 3.13 and earlier versions.
Error is in the wrong export settings (f.e. snmp). Thus, if the snmp-community contains special characters such as “,” then not be able to restore the configuration.
Such a mistake, connectivity with the special characters (“,”) found in other parts of configuration export. Thus, the correct names will be exported in quotation marks “” like this:

/snmp community
set pub,lic address=0.0.0.0/0 authentication-password="" authentication-protocol=\
    MD5 encryption-password="" encryption-protocol=DES read-access=\
    yes security=none
invalid item number

replace with:

/snmp community
set "pub,lic" address=0.0.0.0/0 authentication-password="" authentication-protocol=\
    MD5 encryption-password="" encryption-protocol=DES read-access=\
    yes security=none