Merge "Fix incorrect escape in framework string"

This commit is contained in:
TreeHugger Robot
2021-09-01 16:31:25 +00:00
committed by Android (Google) Code Review

View File

@@ -274,6 +274,6 @@
<shortcode country="yt" pattern="\\d{1,5}" free="38600,36300,36303,959" />
<!-- South Africa -->
<shortcode country="za" pattern="\d{1,5}" free="44136|30791|36056" />
<shortcode country="za" pattern="\\d{1,5}" free="44136|30791|36056" />
</shortcodes>